From ac31a7d9d43d3dcaa37906569dcb8eaf8429b3bf Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 29 Jun 2021 21:11:25 +0300 Subject: Initial commit --- next.config.js | 3 +++ 1 file changed, 3 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..0d60710 --- /dev/null +++ b/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + reactStrictMode: true, +} -- cgit v1.3