Skip to content

Commit

Permalink
feat: Updates to include next build plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcell committed Oct 28, 2021
1 parent eb03097 commit b0ebd80
Show file tree
Hide file tree
Showing 4 changed files with 2,818 additions and 7,293 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ yarn-error.log*
.env.development.local
.env.test.local
.env.production.local

# Local Netlify folder
.netlify
5 changes: 4 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build]
command = "npm run build"
publish = "out"
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"
Loading

0 comments on commit b0ebd80

Please sign in to comment.