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