From d3ef034a5db6fe575c612e1b461b2e5d0fb87d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Thu, 20 Mar 2025 20:54:03 +0100 Subject: [PATCH] fix(dashboard): force prefetch for project links --- apps/dashboard/src/components/links.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/components/links.tsx b/apps/dashboard/src/components/links.tsx index 6f3e3491..bb294943 100644 --- a/apps/dashboard/src/components/links.tsx +++ b/apps/dashboard/src/components/links.tsx @@ -19,6 +19,7 @@ export function ProjectLink({ /^\//, '', )}`} + prefetch > {children}