You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's right. As you can see from the path, to fix that error, you need to upload node_modules along with the site build. This is a waste of resources and a lot of work. I need your help.
The text was updated successfully, but these errors were encountered:
Currently, tags and categories cannot contain URL reserved characters like #/?. I tried encoding the string but it didn't help since Astro automatically decodes the path during the build process.
The good news is that Astro 5.0 will remove the decoding, so I will try to fix this when 5.0 is out.
While I was making a post using these sources, I accidentally found out that if a category contains #, an error occurs during the birch.
I've been looking for a way to fix this error. My conclusion is that in the path
node_modules\.pnpm\[email protected]_@[email protected][email protected][email protected][email protected][email protected][email protected]\node_modules\astro\dist\core\fs\index.js
, in theis modified as follows.
Yes, that's right. As you can see from the path, to fix that error, you need to upload node_modules along with the site build. This is a waste of resources and a lot of work. I need your help.
The text was updated successfully, but these errors were encountered: