From 3d3de397c4110a35d7282eb556c76e7455ef0f03 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Thu, 8 Sep 2022 23:38:20 +0300 Subject: [PATCH] add swcMinify --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 458c26c..b9965ba 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,7 @@ const withPWA = require("next-pwa")({ * @type {import('next').NextConfig} */ const nextConfig = { + swcMinify: true, reactStrictMode: true, exportPathMap: async () => ({ "/": { page: "/" },