fix(lp): App Clipの宣言をapple-itunes-appメタタグに復活 - #222
Open
TinyKitten wants to merge 1 commit into
Open
Conversation
b48978b で削除された app-clip-bundle-id / app-clip-display を復元する。 AASA 側の appclips 宣言は現存しているため変更なし。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TYuL8r6NxPDF3DnFBYxDCT
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughランディングページの ChangesApp Clip メタデータ
Estimated code review effort: 1 (Trivial) | ~2 minutes Mergeability Score: ⚪ Minimal · up to This is a localized metadata restoration with no actionable merge-blocking risk remaining after normal checks and review. Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Member
Author
|
App Clipクラッシュ修正が本番で公開され次第マージ |
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.
概要
以前のコミットで削除された App Clip の宣言を
apple-itunes-appメタタグに復活させました。変更内容
apps/lp/src/pages/index.astro背景
b48978b(Remove App Clip declaration from apple-itunes-app meta tag) でapp-clip-bundle-idとapp-clip-displayが削除されていたため、当時の値をそのまま復元しています。なお
apps/lp/public/.well-known/apple-app-site-associationのappclipsセクション (E6R2G33Z36.me.tinykitten.trainlcd.Clip/.dev.Clip) は削除されておらず現存しているため、そちらは変更していません。🤖 Generated with Claude Code
https://claude.ai/code/session_01TYuL8r6NxPDF3DnFBYxDCT
Summary by CodeRabbit