Skip to content

Commit 6125b5f

Browse files
committed
fix(playground): correct vue-i18n config path from absolute to relative
1 parent afdfc7e commit 6125b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineNuxtConfig({
3030
dynamicRouteParams: false,
3131
skipSettingLocaleOnNavigate: false,
3232
// debug: true,
33-
vueI18n: '/config/i18n.config.ts',
33+
vueI18n: './config/i18n.config.ts',
3434
},
3535
vuetify: {
3636
moduleOptions: {

0 commit comments

Comments
 (0)