Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobotis committed Sep 9, 2024
1 parent fd12cb3 commit 8bef7da
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const withNextra = require('nextra')({
latex: true
})

module.exports = withNextra()
// If you have other Next.js configurations, you can pass them as the parameter:
// module.exports = withNextra({ /* other next.js config */ })
module.exports = {
...withNextra(),
images: {
unoptimized: true,
},
};

0 comments on commit 8bef7da

Please sign in to comment.