Franco Romano Losada
Franco Romano Losada
Hey @yassinedoghri thanks for answering! I will try to check it out too. I also noticed I can't deploy to vercel/serverless since `1.0.0-beta.13`: ``` 14:40:25 [build] Rearranging server assets... [@astrojs/vercel]...
Yes, just tested it again. Okay, I will check everything again and ask in Vercel about this error.
Hi Yassine, I created a discussion at [Vercel](https://github.com/vercel/vercel/discussions/8992), I'm not really sure if `v1.0.0-beta.13` changes introduce this TS problem, but it may be worth to check.
Hey @yassinedoghri, I forked the repo to contribute to this problem, but I never developed an Astro plugin — though reading the codebase is clear how it works —, how...
Hi @yassinedoghri, Thanks, I finally made it. I will take a look and let you know if I find something :)
Hi again, I track this the vercel error to commit [ea939db76114ed0ffb5efec452d6fcfaefe8962c](https://github.com/yassinedoghri/astro-i18next/commit/ea939db76114ed0ffb5efec452d6fcfaefe8962c): feat: add option to show the default locale in the url (https://github.com/yassinedoghri/astro-i18next/pull/51) I will try my best to find...
Okay, I found the [line](https://github.com/yassinedoghri/astro-i18next/commit/ea939db76114ed0ffb5efec452d6fcfaefe8962c#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80:~:text=//%20initializing%20runtime%20astro,astro%2Di18next%22%3B%60%3B): ``` // src/index.ts 100 // initializing runtime astro-i18next config 101 serverImports += `import {initAstroI18next} from "astro-i18next";`; ``` I assume this is the `- initialize astro-i18next...