remove prefetch false
This commit is contained in:
@@ -9,7 +9,6 @@ const SkipOnboarding = () => {
|
||||
if (!pathname.startsWith('/onboarding')) return null;
|
||||
return (
|
||||
<Link
|
||||
prefetch={false}
|
||||
href="/"
|
||||
className="flex items-center gap-2 text-sm text-muted-foreground"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user