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 0c778ad commit 69439f5Copy full SHA for 69439f5
.github/workflows/gh-deploy.yml
@@ -60,7 +60,6 @@ jobs:
60
uses: actions/upload-pages-artifact@v3
61
with:
62
path: ./out
63
-
64
deploy:
65
environment:
66
name: github-pages
next.config.js
@@ -12,10 +12,11 @@ module.exports = {
12
// your project has ESLint errors.
13
ignoreDuringBuilds: true,
14
},
15
- i18n: {
16
- locales: ['en'],
17
- defaultLocale: 'en',
18
- },
+ // i18n: {
+ // locales: ['en'],
+ // defaultLocale: 'en',
+ // },
19
+ output: 'export',
20
};
21
22
// Injected content via Sentry wizard below
0 commit comments