the home site for me: also iteration 3 or 4 of my site

feat: add view transitions

dunkirk.sh 0b5c3f9c 8a2c0ced

verified
Changed files
+16
sass
templates
+3
sass/css/_view-transitions.scss
···
+
@view-transition {
+
navigation: auto;
+
}
+1
sass/css/main.scss
···
@use "copy-button";
@use "theme-toggle";
+
@use "view-transitions";
+12
templates/head.html
···
defer
></script>
+
<script type="speculationrules">
+
{
+
"prerender": [
+
{
+
"where": {
+
"selector_matches": "a"
+
}
+
}
+
]
+
}
+
</script>
+
<script>
function cb(res) {
const fmt = new Intl.NumberFormat('en', { notation: 'compact' });