accords-library.com/next.config.js

9 lines
177 B
JavaScript
Raw Normal View History

2021-11-03 22:46:45 +00:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
i18n: {
locales: ['en', 'fr', 'jp', 'pt-br', 'pt-pt'],
defaultLocale: 'en',
}
2021-11-03 22:46:45 +00:00
}