Skip to content

Commit 98d991e

Browse files
committed
Merge branch 'main' of https://github.com/netzo/docs
2 parents 16b2f1d + 677c2c7 commit 98d991e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/app.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export default defineAppConfig({
88
},
99
},
1010
docus: {
11-
locale: 'es', // localizes nuxt UI components
11+
// DISABLED: since it causes "Cannot find module '/app/server/i18n/locales/es.js" error
12+
// locale: 'es', // localizes nuxt UI components
1213
},
1314
github: {
1415
url: 'https://github.com/netzo/docs',

0 commit comments

Comments
 (0)