Disable prefetching for external/sub-app links

This commit is contained in:
2025-06-08 09:39:13 +02:00
parent 2b2dbfe01a
commit 1285891ee3

View File

@@ -46,6 +46,7 @@ export default function Home() {
<Link
href={demo.url}
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"
>
Demo Öffnen