Skip to content

Commit

Permalink
fix: remove image optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Dec 7, 2024
1 parent 198bceb commit 65e183d
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 @@ -10,6 +10,9 @@ module.exports = (phase, { defaultConfig }) => {
const config = {
...defaultConfig,
i18n,
images: {
unoptimized: true,
},
async headers() {
return [
{
Expand Down

0 comments on commit 65e183d

Please sign in to comment.