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
I'm working on my Astro boilerplate and would like to integrate your package for i18n.
After following the README.md I still not been able to make any routes working. All return 404. Althought astroI18n.pages & astroI18n.locales return the desired paths and languages. So my astro-i18n.config.mjs seems to be read and pages understood.
I also tried to copy/paste the config directly into the middleware without success.
Like : const astroI18n = useAstroI18n({...});
I'm on Apple OS M1 Pro.
I'm using astro ^3.5.4 & astro-i18n ^2.1.18.
Describe the bug
I'm working on my Astro boilerplate and would like to integrate your package for i18n.
After following the README.md I still not been able to make any routes working. All return 404. Althought
astroI18n.pages
&astroI18n.locales
return the desired paths and languages. So myastro-i18n.config.mjs
seems to be read and pages understood.I also tried to copy/paste the config directly into the middleware without success.
Like :
const astroI18n = useAstroI18n({...});
I'm on
Apple OS M1 Pro
.I'm using
astro ^3.5.4
&astro-i18n ^2.1.18
.To Reproduce
Steps to reproduce the behavior:
npm i
and startnpm run dev
Expected behavior
Be capable to navigate through my astro pages
src/pages/index.astro
&src/pages/about.astro
.Mandatory reproduction repository
https://github.com/Jeremboo/astro-boilerplate/tree/refactor-use-astro-i18n
The text was updated successfully, but these errors were encountered: