From 09f5813252335f44c8dbd52e02902c9958a09ae5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 21 Oct 2022 15:32:26 +0000 Subject: Restarting development --- 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 0000000..ae88795 --- /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