Skip to content

Commit 39bc38e

Browse files
committed
chore: fix i18n module warning about absolute paths
upstreaming from nimbus-town/nimbus#11
1 parent 7731174 commit 39bc38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export default defineNuxtConfig({
316316
experimental: {
317317
generatedLocaleFilePathFormat: 'relative',
318318
},
319-
vueI18n: resolve('./config/i18n.config.ts'),
319+
vueI18n: './config/i18n.config.ts',
320320
},
321321
pwa,
322322
staleDep: {

0 commit comments

Comments
 (0)