Arkadaşlar selam, nextjs ile hazırlanmış one page bir sayfam var. Bu sayfaya multi language eklemek istiyorum.
domain.com => Türkçe
domain.com/en => İngilizce gibi.
https://nextjs.org/docs/advanced-features/i18n-routing bunu denedim fakat aşağıdaki gibi hata alıyorum build alırken
i18n support is not compatible with next export.
Yardımcı olabilecek arkadaşlar süre ve fiyat bilgisi verirse sevinirim.
NextJS işi verilecektir.
5
●129
- 29-10-2021, 13:39:12> npm run clean && npm run build && next export -o dist/TOLQA adlı üyeden alıntı: mesajı görüntüle
npm ERR! Missing script: "clean"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
olarak hata verdi. - 29-10-2021, 17:30:12TOLQA adlı üyeden alıntı: mesajı görüntüle
böylede döngüye girmiş gibi build almaay çalışıyor
next build && next export -o dist/
şöyle denedim yine aynı hatayı verdi.
