kristoff-it / zine

Fast, Scalable, Flexible Static Site Generator (SSG)
https://zine-ssg.io
552 stars 25 forks source link

Assets with “special” characters in filename are not served #62

Open GigaGrunch opened 3 days ago

GigaGrunch commented 3 days ago

I am currently migrating my band's website https://fromage-vom-arsch.de to Zine and in the original index.html, an image with the filename arschkäse.png is shown. After just renaming the file to index.shtml and replacing direct paths with $site.asset(...).link(), that image failed to load. Changing the filename to arschkaese.png fixes the problem, but I think that this should be possible.