mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
Disable prefetch for /settings.
This commit is contained in:
parent
8f9c363e9b
commit
fe14f84497
@ -72,6 +72,7 @@ export function NavBar() {
|
||||
key={url}
|
||||
href={url}
|
||||
className={classNames({ [styles.selected]: pathname.startsWith(url) })}
|
||||
prefetch={url !== '/settings'}
|
||||
>
|
||||
<Text>{label}</Text>
|
||||
</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user