Skip to content

Commit

Permalink
[ops] Update next config
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknguyen committed Dec 12, 2023
1 parent 13efad4 commit 9ddfa0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ const withNextra = require('nextra')({
themeConfig: './theme.config.jsx'
})

module.exports = withNextra()
module.exports = withNextra({
output: 'export',
images: {
unoptimized: true
}
})

0 comments on commit 9ddfa0b

Please sign in to comment.