We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fa63e commit 34658a4Copy full SHA for 34658a4
next.config.js
@@ -27,6 +27,8 @@ const nextConfig = {
27
},
28
29
experimental: {
30
+ reactRefresh: true,
31
+
32
redirects() {
33
return [
34
{
package.json
@@ -14,7 +14,7 @@
14
"@zeit-ui/react": "^1.0.0-rc.4",
15
"@zeit-ui/react-icons": "^1.2.1",
16
"ms": "^2.1.2",
17
- "next": "^9.3.4",
+ "next": "^9.3.6",
18
"react": "16.13.0",
19
"react-dom": "16.13.0"
20
0 commit comments