Disable page prefetching

This commit is contained in:
James Chapman 2024-07-11 19:46:28 +01:00
parent 7fcf038f3d
commit a48df4e2da
Signed by: jamsch0
GPG Key ID: 765FE58130277547

@ -7,6 +7,7 @@
<meta name="color-scheme" content="light dark" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="view-transition" content="same-origin" />
<meta name="turbo-prefetch" content="false" />
<link rel="stylesheet" type="text/css" href="/css/main.css" asp-append-version="true" data-turbo-track="reload" />