Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
coffee.dalestudy.com접속 시 "Method Not Allowed"가 반환되는 문제를 수정합니다. Worker의wrangler.jsonc가site/dist/를 정적 자산으로 참조하지만,deploy.yml에서 Astro 사이트를 빌드하는 단계가 빠져 있어서 자산 없이 배포되고 있었습니다. 사이트 빌드 단계를 추가하고,site/**변경 시에도 배포가 트리거되도록 경로를 확장했습니다. 또한wrangler.jsonc에account_id를 명시하여 의도하지 않은 계정으로 배포되는 실수를 방지합니다.Testing
https://coffee.dalestudy.com에 접속하여 웹사이트가 정상적으로 표시되는지 확인합니다.