debug: add prefetch=false to logout link
This commit is contained in:
@@ -44,7 +44,7 @@ export default async function Sidebar({ lang }: LangParams) {
|
||||
</Fragment>
|
||||
))}
|
||||
|
||||
<Link href={logout[lang]} variant="sidebar">
|
||||
<Link prefetch={false} href={logout[lang]} variant="sidebar">
|
||||
Log out <LogOut height={16} width={16} />
|
||||
</Link>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user