chore: enable prefetch

This commit is contained in:
iCrawl
2023-11-13 11:07:47 +01:00
parent 978a39f6d3
commit 356cadb382
8 changed files with 8 additions and 26 deletions

View File

@@ -30,7 +30,6 @@ 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>