Skip to content

Commit

Permalink
chore: fix playground config
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Sep 17, 2024
1 parent 41d613f commit 22f467f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playground/layers/i18n-layer/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export default defineNuxtConfig({
modules: ['@nuxtjs/i18n'],
i18n: {
restructureDir: false,
langDir: 'locales',
lazy: true,
baseUrl: 'http://localhost:3000',
Expand Down
1 change: 1 addition & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default defineNuxtConfig({
// },
// debug: true,
i18n: {
restructureDir: false,
experimental: {
localeDetector: './localeDetector.ts',
switchLocalePathLinkSSR: true,
Expand Down

0 comments on commit 22f467f

Please sign in to comment.