Skip to content

Commit

Permalink
fix: nextjs config export output
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbroseX committed Feb 6, 2024
1 parent fa28f7d commit 4aa31c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
latex: true,
staticImage: true
staticImage: true,
output: 'export',
})

module.exports = withNextra({
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"build:export": "next build && next export",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit 4aa31c9

Please sign in to comment.