do not prefetch

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-17 11:44:54 +02:00
committed by Carl-Gerhard Lindesvärd
parent 694f5bf622
commit 3a9fcf4915
13 changed files with 16 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ const Footer = ({ framework }: Pick<Props, 'framework'>) => (
Close
</Button>
<LinkButton
prefetch={false}
target="_blank"
href={framework.href}
className="flex-1"