Skip to content

Commit 4d63fc6

Browse files
Update next.config.js
1 parent 7a9f2b2 commit 4d63fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ SOFTWARE.
2626

2727
module.exports = {
2828
images: {unoptimized: true},output: "export",i18n: {
29-
locales: ['en', 'ru', 'fr', 'ua'],
29+
locales: ['en', 'ru', 'fr', 'ua', 'bn'],
3030
defaultLocale: "en",
3131
},
3232
experimental: {
3333
mdxRs: true,
3434
},
3535
env: {
3636
scriptURL: 'https://encoder.js.is-a.dev/[email protected]',
37+
URLprefix: 'https://encoder.js.is-a.dev/',
3738
},
3839
}

0 commit comments

Comments
 (0)