From c3c90d575182d64b0e679e8da81a6d4f3559cf1f Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 28 Mar 2023 19:26:30 +0200 Subject: Working app --- 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.1