feat(event-bingo): 행사 SEO 메타 라우팅 추가#7
Open
soohyunme wants to merge 1 commit into
Open
Conversation
14 tasks
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.
요약\n- event-bingo backend에 frontend index.html 조회용 환경변수를 추가했습니다.\n- /event/{slug} 루트 행사 페이지 요청만 backend로 라우팅하도록 Ingress regex path를 추가했습니다.\n- /event/{slug}/bingo 같은 하위 SPA 경로는 기존 frontend fallback을 유지합니다.\n\n## 앱 PR\n- Pseudo-Lab/event-bingo#232 와 함께 배포되어야 합니다.\n\n## 검증\n- YAML 변경 범위 직접 검토\n- 라우팅 의도: /api -> backend, ^/event/[^/]+/?$ -> backend, / -> frontend\n\n## 주의\n- 앱 PR이 먼저 배포되지 않으면 /event/{slug} backend 라우트가 없으므로 이 PR은 앱 PR과 함께 적용해야 합니다.\n