saicaca / fuwari

✨A static blog template built with Astro.
https://fuwari.vercel.app
MIT License
1.33k stars 299 forks source link

Paths being lowercased automatically. #165

Open RiverKy opened 2 months ago

RiverKy commented 2 months ago

All posts' pathnames are automatically lowercased after updating to a6bc4c00b0bf1357cd8dfa14d1c037a90e3e2737.

For example, src/content/posts/ExAmple.md will be build to dist/posts/example.html while previously it would be dist/posts/ExAmple.html, causing some links to break.

Looked through the Astro document with no success. Am I missing any configuration again?

Please help. Thank you.

saicaca commented 1 month ago

This shouldn't be related to the configuration. I'm not quite sure of the reason and will need some time to look into it.