summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-10-27 09:44:54 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-10-27 09:44:54 +0700
commitd0eed645a4276c182d373b00e2b383e0ed190ed7 (patch)
tree9ad8d33afcae7b2e9711989859c0535893864856 /next.config.js
parentaba7a8d3e7df1f07285de6cd3b2a5f221a1cd535 (diff)
initial commit
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js7
1 files changed, 7 insertions, 0 deletions
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