fix(ax): 커리큘럼 PDF 다운로드 주소에 판본 쿼리 추가 (PRF-375) - #46
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🎉 This PR is included in version 1.25.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This branch was successfully deployed
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.
무엇을
히어로
커리큘럼 다운로드버튼 주소에 판본 쿼리v=20260914를 붙입니다. PRF-332에서 PDF를 같은 경로에 덮어썼지만, 교체 전 파일이max-age=31536000으로 나갔기 때문에 전에 받은 방문자의 브라우저는 옛 PDF(Cursor문면)를 내줄 수 있습니다. 주소가 달라지면 그 캐시를 타지 않습니다.app/subs/ax/components/sections/Hero.tsx:78—?download=1→?download=1&v=20260914docs/ax-landing-spec.md3.6절 — 주소 형태 설명에 판본 쿼리를 넣고, 재발행 절차에 "같은 회차에v=를 새 발행일로 갱신" 한 줄 추가화면에 보이는 변화는 없습니다.
확인
curl -sS -D -→HTTP/2 200,content-disposition: attachment; filename="proofer-ax.pdf", sha25629eb50e8b8f7bb721ab29c4d1a30441587c446c51d3376474f1ef6e79747da44tsc --noEmit,eslint,prettier --check통과Closes PRF-375
🤖 Generated with Claude Code