We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296937c commit e2fa600Copy full SHA for e2fa600
next.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
},
5
output: "export",
6
i18n: {
7
- locales: ['en'],
+ locales: ['en', 'ru'],
8
defaultLocale: "en",
9
}
10
pages/index.js
@@ -27,7 +27,7 @@ SOFTWARE.
27
import { useEffect, useState } from 'react';
28
import { useTranslations } from 'next-intl';
29
import { useRouter } from 'next/router';
30
-import { Builder } from '../lib/builder';
+import Builder from '../lib/builder';
31
32
const Home = () => {
33
const [loading, setLoading] = useState(true);
0 commit comments