rikunarita-2 commited on
Commit
ecdd93e
·
verified ·
1 Parent(s): 4f7e650

Update frontend/next.config.js

Browse files
Files changed (1) hide show
  1. frontend/next.config.js +1 -1
frontend/next.config.js CHANGED
@@ -1,8 +1,8 @@
 
1
  module.exports = {
2
  i18n: {
3
  locales: ['en', 'ja', 'zh'],
4
  defaultLocale: 'en',
5
- localeDetection: true,
6
  },
7
  async rewrites() {
8
  return [
 
1
+ /** @type {import('next').NextConfig} */
2
  module.exports = {
3
  i18n: {
4
  locales: ['en', 'ja', 'zh'],
5
  defaultLocale: 'en',
 
6
  },
7
  async rewrites() {
8
  return [