Skip to content

Commit

Permalink
fix: update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Oct 4, 2024
1 parent 8252287 commit 8b69620
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
run: pnpm install
- name: Build with Next.js
run: pnpm build
- name: Static HTML export with Next.js
run: pnpm next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.next
node_modules
out
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const withNextra = nextra({
});

export default withNextra({
output: "export",
images: {
unoptimized: true,
},
Expand Down

0 comments on commit 8b69620

Please sign in to comment.