Skip to content

Commit e2fa600

Browse files
fix
1 parent 296937c commit e2fa600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
},
55
output: "export",
66
i18n: {
7-
locales: ['en'],
7+
locales: ['en', 'ru'],
88
defaultLocale: "en",
99
}
1010
}

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SOFTWARE.
2727
import { useEffect, useState } from 'react';
2828
import { useTranslations } from 'next-intl';
2929
import { useRouter } from 'next/router';
30-
import { Builder } from '../lib/builder';
30+
import Builder from '../lib/builder';
3131

3232
const Home = () => {
3333
const [loading, setLoading] = useState(true);

0 commit comments

Comments
 (0)