jlarmstrongiv / astro-i18n-aut

The i18n integration for Astro πŸ§‘β€πŸš€
https://www.npmjs.com/package/astro-i18n-aut
MIT License
125 stars 12 forks source link

Not respecting Astro's excluding routing rule #29

Closed MarvinXu closed 1 year ago

MarvinXu commented 1 year ago

Routing πŸš€ Astro Documentation

You can exclude pages or directories from being built by prefixing their names with an underscore (). Files with the prefix won’t be recognized by the router and won’t be placed into the dist/ directory.

Actual builds: β”œβ”€β”€ cn β”‚ β”œβ”€β”€ _about β”‚ β”‚ └── index.html β”‚ β”œβ”€β”€ _blog β”‚ β”‚ └── index.html β”‚ └── index.html β”œβ”€β”€ en β”‚ β”œβ”€β”€ _about β”‚ β”‚ └── index.html β”‚ β”œβ”€β”€ _blog β”‚ β”‚ └── index.html β”‚ └── index.html

jlarmstrongiv commented 1 year ago

Follow https://github.com/jlarmstrongiv/astro-i18n-aut/pull/30 for updates