Skip to content

Commit

Permalink
문서 빌드 결과물 폴더를 .next로 지정합니다
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Apr 4, 2024
1 parent abe63a7 commit 83d0820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
publish = "docs/build"
publish = "docs/.next"
command = "cd docs && yarn install && yarn build"

[build.environment]
Expand Down

0 comments on commit 83d0820

Please sign in to comment.