Skip to content

Commit

Permalink
build(deploy): change netlify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgodwinkimani committed Dec 22, 2023
1 parent 90ae344 commit 051ad44
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[build]
command = "npm run build"
publish = ".next"
command = "npm run build"
publish = "out"

[[plugins]]
package = "@netlify/plugin-nextjs"
package = "@netlify/plugin-nextjs"
[plugins.inputs]
environment = ["NETLIFY_NEXT_PLUGIN_SKIP=true"]

0 comments on commit 051ad44

Please sign in to comment.