We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f7e3d commit 91bf94bCopy full SHA for 91bf94b
next.config.js
@@ -1,9 +1,5 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- assetPrefix: '/web/',
4
- images: {
5
- unoptimized: true,
6
- },
7
reactStrictMode: true,
8
swcMinify: true,
9
}
0 commit comments