Update next.config.mjs
This commit is contained in:
@@ -16,6 +16,12 @@ const nextConfig = {
|
|||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
|
swcMinify: true,
|
||||||
|
poweredByHeader: false,
|
||||||
|
async rewrites() {
|
||||||
|
return []
|
||||||
|
},
|
||||||
|
output: 'standalone',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user