Last active
August 1, 2025 09:30
-
-
Save vielhuber/08a9729c303e38d0a7fa579e296f1ebc to your computer and use it in GitHub Desktop.
speculation rules prerender preload all links #html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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