lumeland / lume

🔥 Static site generator for Deno 🦕
https://lume.land
MIT License
1.75k stars 74 forks source link

Option to allow case sensitive filenames #625

Closed oscarotero closed 4 days ago

oscarotero commented 1 week ago

Enter your suggestions in details:

Lume by default doesn't allow to export two urls with the same name but different cases (like /example/ and /Example/).

This restriction will be disabled with a new option:

const site = lume({
  caseSensitiveUrls: true
});