From d7151f07bf41f617dd96bced381660fd48faebf1 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 17 Aug 2021 04:10:49 -0700 Subject: hello-next folder Former-commit-id: dc1c431e6e5c24dd581857090ca872c716cffe07 --- demos/hello-next/next.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 demos/hello-next/next.config.js (limited to 'demos/hello-next/next.config.js') diff --git a/demos/hello-next/next.config.js b/demos/hello-next/next.config.js new file mode 100644 index 000000000..0d6071006 --- /dev/null +++ b/demos/hello-next/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + reactStrictMode: true, +} -- cgit v1.2.3