Skip to content

Commit 69439f5

Browse files
committed
build static export
1 parent 0c778ad commit 69439f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gh-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
uses: actions/upload-pages-artifact@v3
6161
with:
6262
path: ./out
63-
6463
deploy:
6564
environment:
6665
name: github-pages

next.config.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ module.exports = {
1212
// your project has ESLint errors.
1313
ignoreDuringBuilds: true,
1414
},
15-
i18n: {
16-
locales: ['en'],
17-
defaultLocale: 'en',
18-
},
15+
// i18n: {
16+
// locales: ['en'],
17+
// defaultLocale: 'en',
18+
// },
19+
output: 'export',
1920
};
2021

2122
// Injected content via Sentry wizard below

0 commit comments

Comments
 (0)