Disable prefetching in admin nav
This commit is contained in:
parent
0053670f02
commit
d334b11cba
@ -41,6 +41,7 @@ export default function AdminNavClient({
|
||||
'flex gap-0.5',
|
||||
checkPathPrefix(pathname, href) ? 'font-bold' : 'text-dim',
|
||||
)}
|
||||
prefetch={false}
|
||||
>
|
||||
<span>{label}</span>
|
||||
{count > 0 &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user