Skip to content

Commit b0ebd80

Browse files
committed
feat: Updates to include next build plugin
1 parent eb03097 commit b0ebd80

File tree

4 files changed

+2818
-7293
lines changed

4 files changed

+2818
-7293
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ yarn-error.log*
2828
.env.development.local
2929
.env.test.local
3030
.env.production.local
31+
32+
# Local Netlify folder
33+
.netlify

netlify.toml

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

0 commit comments

Comments
 (0)