add swcMinify

This commit is contained in:
AykutSarac 2022-09-08 23:38:20 +03:00
parent 7172985750
commit 3d3de397c4

View File

@ -9,6 +9,7 @@ const withPWA = require("next-pwa")({
* @type {import('next').NextConfig}
*/
const nextConfig = {
swcMinify: true,
reactStrictMode: true,
exportPathMap: async () => ({
"/": { page: "/" },