Skip to content

Commit

Permalink
disable image optimization server sided
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Sep 9, 2024
1 parent 7964d87 commit 3171676
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
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: false,
images: {
unoptimized: true,
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
Expand Down

0 comments on commit 3171676

Please sign in to comment.