Skip to content

Commit

Permalink
[test]배포시 페이지 안나옴 테스트13
Browse files Browse the repository at this point in the history
  • Loading branch information
DaYoung-woo committed Sep 12, 2024
1 parent 0388be0 commit b306f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"dev": "next",
"build": "next build",
"start": "next start",
"deploy": "next build && touch out/.nojekyll && git add -f out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
"deploy": "next build && touch out/.nojekyll && git add -f out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages",
"export": "next build && next export"
},
"dependencies": {
"eslint": "^9.10.0",
Expand Down

0 comments on commit b306f13

Please sign in to comment.