mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
perf: disable prefetch on About link to reduce requests (#162)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user