-
-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Description
I'm using this via Hugo and it works great - thanks for all your work on it.
I recently added Speculation Rules to my site and noticed that the script isn't minified as expected. I guess it's low priority and wouldn't make much difference but would still be nice if it were minified...
The script in my HTML is:
<script type="speculationrules">
{
"prerender": [{
"where": {
"href_matches": "/*"
},
"eagerness": "moderate"
}]
}
</script>
Metadata
Metadata
Assignees
Labels
No labels