Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active August 1, 2025 09:30
Show Gist options
  • Save vielhuber/08a9729c303e38d0a7fa579e296f1ebc to your computer and use it in GitHub Desktop.
Save vielhuber/08a9729c303e38d0a7fa579e296f1ebc to your computer and use it in GitHub Desktop.
speculation rules prerender preload all links #html
<script type="speculationrules">
{
"prerender": [
{
"where": { "href_matches": "/*" },
"eagerness": "eager"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment