Skip to content

Commit 92bf253

Browse files
authored
chore(storefront): Change lang to no (#1422)
1 parent 98d0610 commit 92bf253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/storefront/next.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
ignoreDuringBuilds: true,
5555
},
5656
i18n: {
57-
locales: ['nb'],
58-
defaultLocale: 'nb',
57+
locales: ['no'],
58+
defaultLocale: 'no',
5959
},
6060
};

0 commit comments

Comments
 (0)