Skip to content

Commit

Permalink
feat: netlify.toml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghyun0505 committed May 2, 2024
1 parent aa74f75 commit 8e50575
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pnp.cjs

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

6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
command = "yarn run build"
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dependencies": {
"@b1nd/b1nd-styled-components-util": "^1.0.1",
"@babel/runtime": "^7.23.8",
"@netlify/plugin-nextjs": "^5.2.0",
"@next/bundle-analyzer": "^14.1.0",
"@react-icons/all-files": "^4.1.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3009,6 +3009,13 @@ __metadata:
languageName: node
linkType: hard

"@netlify/plugin-nextjs@npm:^5.2.0":
version: 5.2.0
resolution: "@netlify/plugin-nextjs@npm:5.2.0"
checksum: 8ddfea34237804cf756dc24fc5b268a98d31e601812943349a1bb874ad8543ddb20274b5ef0614a67038a79a6b4423d71df6d7e85c15add3dfd3c5c6c771eb42
languageName: node
linkType: hard

"@next/bundle-analyzer@npm:^14.1.0":
version: 14.1.0
resolution: "@next/bundle-analyzer@npm:14.1.0"
Expand Down Expand Up @@ -13857,6 +13864,7 @@ __metadata:
"@babel/core": "npm:^7.23.7"
"@babel/preset-env": "npm:^7.23.8"
"@babel/runtime": "npm:^7.23.8"
"@netlify/plugin-nextjs": "npm:^5.2.0"
"@next/bundle-analyzer": "npm:^14.1.0"
"@react-icons/all-files": "npm:^4.1.0"
"@storybook/addon-essentials": "npm:^7.6.17"
Expand Down

0 comments on commit 8e50575

Please sign in to comment.