Skip to content

Commit

Permalink
fix(deploy): invalid plugin syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgodwinkimani authored Dec 22, 2023
1 parent 3a864f9 commit 2af7156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ command = "npm run build"
publish = "out"
[[plugins]]
package = "@netlify/plugin-nextjs"
environment = ["NETLIFY_NEXT_PLUGIN_SKIP=true"]
[plugins.inputs]
environment = ["NETLIFY_NEXT_PLUGIN_SKIP=true"

0 comments on commit 2af7156

Please sign in to comment.