Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 38b1052

Browse files
Mattia Franchettomtfranchetto
Mattia Franchetto
authored andcommitted
Override Next.js config to allow images inside an exported instance
1 parent d259ddb commit 38b1052

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/next.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
/** @type {import('next').NextConfig} */
1212
const nextConfig = {
1313
reactStrictMode: true,
14+
experimental: {
15+
images: {
16+
unoptimized: true,
17+
},
18+
},
1419
async rewrites() {
1520
return [
1621
/**

0 commit comments

Comments
 (0)