From d0eed645a4276c182d373b00e2b383e0ed190ed7 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Thu, 27 Oct 2022 09:44:54 +0700 Subject: initial commit --- next.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 next.config.js (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js new file mode 100644 index 00000000..ae887958 --- /dev/null +++ b/next.config.js @@ -0,0 +1,7 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + reactStrictMode: true, + swcMinify: true, +} + +module.exports = nextConfig -- cgit v1.2.3