chore(demo): add Bing/Google site verification files - #32
Merged
Merged
Conversation
Switch Google verification from meta tag to file-based (matching Bing), so both can be verified without touching page markup. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
lbb00
force-pushed
the
chore/site-verification-files
branch
from
September 14, 2026 09:18
a5e44fc to
91d51d1
Compare
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.
What does this PR do?
Adds site verification files for Bing and Google under
packages/frame/demo/public/, served at the Pages site root by Astro's staticpublic/copy. Also removes the oldgoogle-site-verificationmeta tag fromDemoPage.astrosince Google now verifies via file instead.How was this verified?
pnpm --filter @devicekit/frame demo:build:pages— confirmedBingSiteAuth.xmlandgooglebba7f198860107a3.htmlland atdemo/dist/root, and the meta tag no longer appears indemo/dist/index.html.pnpm lint— clean (one pre-existing, unrelated warning inreact/index.tsx).Checklist
pnpm lintpasses with zero warnings (pre-existing warning unrelated to this change)CHANGELOG.mdupdated — not applicable, demo-site-only change, no user-facing package behavior🤖 Generated with Claude Code