Skip to content

Commit 41f74df

Browse files
authored
Update next.config.js
1 parent e69fa01 commit 41f74df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {}
2+
const nextConfig = {images: { unoptimized: true } }
33

44
module.exports = nextConfig

0 commit comments

Comments
 (0)