Skip to content

Commit

Permalink
update next.config.js to use next/image in static build
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 23, 2023
1 parent 8666c14 commit 1b6227d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ const config = {
compiler: {
styledComponents: true,
},
images: {
unoptimized: true,
}
}

/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit 1b6227d

Please sign in to comment.