Skip to content

Commit 4e7e834

Browse files
committed
Add plugin back
1 parent 6bb67d4 commit 4e7e834

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build]
22
command = "npm run build"
33
publish = "out"
4+
5+
[[plugins]]
6+
package = "@netlify/plugin-nextjs"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"next": "10.0.9",
1313
"react": "17.0.1",
1414
"react-dom": "17.0.1"
15+
},
16+
"devDependencies": {
17+
"@netlify/plugin-nextjs": "^3.0.3"
1518
}
1619
}

0 commit comments

Comments
 (0)