UNPKG

create-nxtstart-app

Version:

Nxtstart is an easy to use, interactive CLI tool to bootstrap your next web-based project. The template is aimed at students to get an easy access to web development with example implementations. It is also useful for experts to speed up prototyping.

10 lines (8 loc) 246 B
const i18nConfig = { locales: ['en', 'de'], defaultLocale: 'en', prefixDefault: true, // prevent i18n router middleware from replacing cookie falsely after language switch serverSetCookie: 'never', } as const export default i18nConfig