From a2818a9af6d6a8a5a0f530308aff996fb1fb40fa Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 11 Apr 2022 16:34:38 -0400 Subject: Inital commit --- next.config.js | 6 ++++++ 1 file changed, 6 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..a843cbe --- /dev/null +++ b/next.config.js @@ -0,0 +1,6 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + reactStrictMode: true, +} + +module.exports = nextConfig -- cgit v1.2.3