From c8fdf7e31410e00c4ac30ba1bb59155b8420ec21 Mon Sep 17 00:00:00 2001 From: oiov Date: Tue, 30 Jul 2024 16:00:13 +0800 Subject: [PATCH] fixup url prefetch --- app/(protected)/dashboard/urls/url-list.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/(protected)/dashboard/urls/url-list.tsx b/app/(protected)/dashboard/urls/url-list.tsx index d226e46..5c6d5a7 100644 --- a/app/(protected)/dashboard/urls/url-list.tsx +++ b/app/(protected)/dashboard/urls/url-list.tsx @@ -165,6 +165,7 @@ export default function UserUrlsList({ user }: UrlListProps) { className="text-slate-600 hover:text-blue-400 hover:underline" href={short.target} target="_blank" + prefetch={false} > {short.target.startsWith("http") ? short.target.split("//")[1] @@ -177,6 +178,7 @@ export default function UserUrlsList({ user }: UrlListProps) { className="text-slate-600 hover:text-blue-400 hover:underline" href={`/s/${short.url}`} target="_blank" + prefetch={false} > {short.url}