Disable prefetching for external/sub-app links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user