Skip to content

Commit

Permalink
chore: fix i18n module warning about absolute paths
Browse files Browse the repository at this point in the history
upstreaming from nimbus-town/nimbus#11
  • Loading branch information
shuuji3 committed Nov 24, 2024
1 parent 7731174 commit 4089fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default defineNuxtConfig({
experimental: {
generatedLocaleFilePathFormat: 'relative',
},
vueI18n: resolve('./config/i18n.config.ts'),
vueI18n: './config/i18n.config.ts',
},
pwa,
staleDep: {
Expand Down

0 comments on commit 4089fcb

Please sign in to comment.