fix(dashboard): force prefetch for project links

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-20 20:54:03 +01:00
parent 38ff55f203
commit d3ef034a5d

View File

@@ -19,6 +19,7 @@ export function ProjectLink({
/^\//, /^\//,
'', '',
)}`} )}`}
prefetch
> >
{children} {children}
</Link> </Link>