feat(landing): 랜딩 페이지 추가 - #59
Merged
Merged
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.
변경 요약
마케팅 랜딩 페이지(
landing.html)를 추가하고, 추후 CDN에서/경로를 랜딩으로 라우팅할 수 있도록 로그인 화면을/login경로에서도 진입 가능하게 분리했습니다.관련 이슈\
없음
변경 사항
client/public/landing.html추가 — 그룹 생성/홈/대시보드/태스크/회의 관리/기여도 리포트 화면을 캐러셀(좌우 화살표)로 소개하는 정적 마케팅 랜딩 페이지client/src/App.tsx수정LoginPage를/뿐 아니라/login에서도 렌더링하도록 라우트 추가 (기존/는 그대로 유지, 하위 호환)/에서/login으로 통일*) 폴백도/login으로 변경/요청을landing.html로 서빙하도록 설정하면,/는 랜딩 → 로그인 화면은/login으로 분리되는 구조. 이번 PR은 그 전제 조건이 되는 프론트 코드 변경분만 포함)검증 방법
체크리스트
type(scope): subject)main이 아닌feature/*또는fix/*브랜치에서 작업했다.env,node_modules등)이 포함되지 않았다비고