yassinedoghri / astro-i18next

An astro integration of i18next + some utility components to help you translate your astro websites!
https://astro-i18next.yassinedoghri.com
MIT License
473 stars 33 forks source link

No Build - AstroI18nextConfig is not exported by node_modules/astro-i18next/src/types.ts #145

Closed rxtsel closed 1 year ago

rxtsel commented 1 year ago

I have this problem with astro-i18next. In development mode it works perfect, the problem is when I want to build

image

rxtsel commented 1 year ago

It was because of the astro version, now with "astro": "2.1.7" it works perfectly.