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';