Skip to content

Commit

Permalink
Merge pull request Anastasia-Labs#21 from hadelive/nextconfig
Browse files Browse the repository at this point in the history
build: update image optimize tag
  • Loading branch information
hadelive authored Feb 15, 2024
2 parents f268d4c + e8fe95c commit 7a18b02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ const withNextra = require('nextra')({
})

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

Expand Down

0 comments on commit 7a18b02

Please sign in to comment.