fix: 외부 참조용 레거시 에셋 복구 - #164
Merged
Merged
Conversation
keIIy-kim
enabled auto-merge (squash)
September 1, 2026 07:22
이전 사이트의 공개 URL을 이메일, 제품, 캠페인, Open Graph consumer가 계속 사용할 수 있도록 동일 경로의 정적 에셋을 복구합니다.
keIIy-kim
force-pushed
the
fix/restore-legacy-external-assets
branch
from
September 1, 2026 07:40
bbce899 to
8967853
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
corp-web-app이public/assets/*에서 제공하던 외부 참조용 정적 에셋 24개를 동일 URL로 복구합니다.https://www.querypie.com/assets/*가 404를 반환했습니다.duploAIP 이메일 템플릿이logo-querypie-ai-black.svg를 직접 참조하며, 제품 연동용 logo family·이미 발송된 EDM·외부 crawler용 OG image도 기존 URL 호환이 필요합니다.public정적 파일 서빙으로 호환성을 회복합니다.관련 논의
복구 범위
Test plan
corp-web-app원본과 일치하는지 확인npm run test:run— 56 files / 412 tests 통과git diff --check200 image/*로 응답하는지 확인Merge
🤖 Generated by github-actions[bot]