Skip to content

Commit

Permalink
feat:add netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
jyc0011 committed Jul 11, 2024
1 parent 7d413b0 commit ba78abb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kaupc-2024/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
commant = "npm run build"
publish = ".next"


[[plugins]]
package = "@netlify/plugin-nextjs"
9 changes: 9 additions & 0 deletions kaupc-2024/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions kaupc-2024/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@emotion/styled": "^11.11.5",
"@netlify/plugin-nextjs": "^5.5.1",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit ba78abb

Please sign in to comment.