UNPKG

minikit-limpo-template

Version:

A minimal Next.js app starter template with WorldCoin MiniKit authentication integration

11 lines (10 loc) 263 B
/** @type {import('next-i18next').UserConfig} */ module.exports = { i18n: { defaultLocale: 'en', locales: ['en', 'es', 'pt'], localeDetection: true, }, localePath: './src/locales', reloadOnPrerender: process.env.NODE_ENV === 'development', };