Skip to content

Commit

Permalink
updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Jul 12, 2023
1 parent 55231ed commit a862d19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.next/
node_modules/
out/
5 changes: 4 additions & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ const withNextra = nextra({
})

export default withNextra({
reactStrictMode: true
reactStrictMode: true,
images: {
unoptimized: true,
}
})
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build"
"build": "next build && next export"
},
"dependencies": {
"next": "^13.4.6",
Expand Down

0 comments on commit a862d19

Please sign in to comment.