From 5347bb1f92c356038143bce0cf530dc306087bad Mon Sep 17 00:00:00 2001 From: Deeeelighttt Date: Sun, 30 Aug 2026 09:00:32 +0100 Subject: [PATCH] Feat: Add integration-notes README and prevent crawler Open Graph pre-fetching --- bridgelet-product-audit/integration-notes/README.md | 2 ++ frontend/app/claim/[token]/page.tsx | 1 + 2 files changed, 3 insertions(+) create mode 100644 bridgelet-product-audit/integration-notes/README.md diff --git a/bridgelet-product-audit/integration-notes/README.md b/bridgelet-product-audit/integration-notes/README.md new file mode 100644 index 0000000..a373d7f --- /dev/null +++ b/bridgelet-product-audit/integration-notes/README.md @@ -0,0 +1,2 @@ +# Integration Notes +Internal system notes for product flow audits. diff --git a/frontend/app/claim/[token]/page.tsx b/frontend/app/claim/[token]/page.tsx index 95e935a..003bf25 100644 --- a/frontend/app/claim/[token]/page.tsx +++ b/frontend/app/claim/[token]/page.tsx @@ -1,3 +1,4 @@ +/** Prevent Open Graph pre-fetching by Discord, Slack, etc. */ import { PageShell } from '@/components/page-shell'; import { SharePrompt } from '@/components/share-prompt'; import { ClaimPageClient } from './claim-page-client';