Skip to content

Commit a10989c

Browse files
committed
Fix build 4
1 parent 3e861e9 commit a10989c

File tree

4 files changed

+144
-98
lines changed

4 files changed

+144
-98
lines changed

.github/workflows/nextjs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080

8181
- name: Build with Next.js
8282
run: ${{ steps.detect-package-manager.outputs.runner }} next build
83+
- name: Static HTML export with Next.js
84+
run: ${{ steps.detect-package-manager.outputs.runner }} next export
8385
- name: Upload artifact
8486
uses: actions/upload-pages-artifact@v1
8587
with:

next.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ let nextConfig = {
33
reactStrictMode: true,
44
swcMinify: true,
55
trailingSlash: true,
6-
output: "export",
76
};
87

98
// Required for setting up github pages

0 commit comments

Comments
 (0)