Skip to content

Commit 9e57160

Browse files
committed
initial commit
1 parent 3eddfa8 commit 9e57160

File tree

16 files changed

+2171
-125
lines changed

16 files changed

+2171
-125
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ yarn-error.log*
3434
# typescript
3535
*.tsbuildinfo
3636
next-env.d.ts
37+
38+
# Local Netlify folder
39+
.netlify

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build]
2+
command = "npm run build"
3+
publish = ".next"
4+
5+
[[plugins]]
6+
package = "@netlify/plugin-nextjs"

0 commit comments

Comments
 (0)