perf: disable prefetch on About link to reduce requests (#162)

This commit is contained in:
Dayuan Jiang
2025-12-08 11:03:29 +09:00
committed by GitHub
parent c4aaa7c915
commit 4070772733

View File

@@ -740,6 +740,7 @@ Please retry with an adjusted search pattern or use display_diagram if retries a
{!isMobile && (
<Link
href="/about"
prefetch={false}
className="text-sm text-muted-foreground hover:text-foreground transition-colors ml-2"
>
About