Skip to content

Commit

Permalink
Add unoptimized images support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusab19 committed Dec 16, 2023
1 parent 47a98ae commit dd47dd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ const withNextra = require("nextra")({

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

0 comments on commit dd47dd9

Please sign in to comment.