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