Disable prefetching for external/sub-app links
This commit is contained in:
@@ -46,6 +46,7 @@ export default function Home() {
|
|||||||
<Link
|
<Link
|
||||||
href={demo.url}
|
href={demo.url}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
prefetch={false}
|
||||||
className="block text-center bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded w-full transition-colors"
|
className="block text-center bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded w-full transition-colors"
|
||||||
>
|
>
|
||||||
Demo Öffnen
|
Demo Öffnen
|
||||||
|
|||||||
Reference in New Issue
Block a user