diff --git a/app/sites/[id]/pagespeed/page.tsx b/app/sites/[id]/pagespeed/page.tsx index f7ea5a6..b216829 100644 --- a/app/sites/[id]/pagespeed/page.tsx +++ b/app/sites/[id]/pagespeed/page.tsx @@ -787,13 +787,13 @@ function AuditDescription({ text }: { text: string }) { const match = part.match(/^\[([^\]]+)\]\(([^)]+)\)$/) if (match) { const href = remapLearnUrl(match[2]) - const isCiphera = href.startsWith('https://ciphera.net') + const isInternal = href.startsWith('https://ciphera.net') || href.startsWith('https://pulse.ciphera.net') || href.startsWith('https://pulse-staging.ciphera.net') return ( {match[1]}