Update next.config.js
This commit is contained in:
parent
d10593dd7c
commit
f5c22f5260
@ -1,6 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
//output: "standalone",
|
||||
swcMinify: true,
|
||||
optimizeFonts: true,
|
||||
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
Reference in New Issue
Block a user