chore: disable prefetch

This commit is contained in:
iCrawl
2023-11-13 10:48:51 +01:00
parent 516be87a87
commit 978a39f6d3
7 changed files with 9 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ export default function Header() {
className="rounded outline-none hover:underline focus:ring focus:ring-width-2 focus:ring-blurple"
href={`/${original.slice(0, idx + 1).join('/')}` as Route}
key={`${path}-${idx}`}
prefetch={false}
>
{path}
</Link>