From df69949ebe244465b5baa7d1b91a2ed161b4827a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 12 Dec 2021 19:03:44 +0100 Subject: chore: initial commit --- next.config.js | 4 ++++ 1 file changed, 4 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..8b61df4 --- /dev/null +++ b/next.config.js @@ -0,0 +1,4 @@ +/** @type {import('next').NextConfig} */ +module.exports = { + reactStrictMode: true, +} -- cgit v1.2.3