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
Describe the bug
According to the Astro docs for build format, the "preserve" option will respect the directory/file structure. However the i18n:sync command does not and always generates index.astro pages.
To Reproduce
Steps to reproduce the behavior:
Set build.format to "preserve"
Run npm run i18n:sync and observe that's not taken into account
Expected behavior
To respect the build.format "preserve" option
The text was updated successfully, but these errors were encountered:
Describe the bug
According to the Astro docs for build format, the "preserve" option will respect the directory/file structure. However the
i18n:sync
command does not and always generatesindex.astro
pages.To Reproduce
Steps to reproduce the behavior:
npm run i18n:sync
and observe that's not taken into accountExpected behavior
To respect the build.format "preserve" option
The text was updated successfully, but these errors were encountered: