Skip to content

Commit fc0fd20

Browse files
committed
Remove plugin config for auto-install
1 parent 4e7e834 commit fc0fd20

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

netlify.toml

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

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@
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"
1815
}
1916
}

0 commit comments

Comments
 (0)