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 6bb67d4 commit 4e7e834Copy full SHA for 4e7e834
netlify.toml
@@ -1,3 +1,6 @@
1
[build]
2
command = "npm run build"
3
publish = "out"
4
+
5
+[[plugins]]
6
+ package = "@netlify/plugin-nextjs"
package.json
@@ -12,5 +12,8 @@
12
"next": "10.0.9",
13
"react": "17.0.1",
14
"react-dom": "17.0.1"
15
+ },
16
+ "devDependencies": {
17
+ "@netlify/plugin-nextjs": "^3.0.3"
18
}
19
0 commit comments