debug: add prefetch=false to logout link

This commit is contained in:
Arvid Norlin
2024-05-24 10:48:45 +02:00
parent 506922cbe9
commit f2b8ddae8e
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -7,4 +7,5 @@ export interface LinkProps
VariantProps<typeof linkVariants> {
href: string
partialMatch?: boolean
prefetch?: boolean
}