Skip to content

Commit

Permalink
export static html
Browse files Browse the repository at this point in the history
  • Loading branch information
Loosetooth committed Sep 26, 2023
1 parent ab786b8 commit df96463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.next
.next
out
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const withNextra = nextra({
{ whiteList: ['table', 'thead', 'tbody', 'tr', 'th', 'td'] }
]
]
}
},
output: "export"
})

export default withNextra()

0 comments on commit df96463

Please sign in to comment.