Public Access
1
0

fix: css build times

This commit is contained in:
2025-09-01 23:21:23 -04:00
parent ef30aad1f7
commit 7480df651a

View File

@@ -48,8 +48,8 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css?v={{ buildTime }}">
<link rel="stylesheet" href="/css/prism-tomorrow.css"> <link rel="stylesheet" href="/css/prism-tomorrow.css?v={{ buildTime }}">
<link rel="canonical" href="{{ site.url }}{{ page.url }}"> <link rel="canonical" href="{{ site.url }}{{ page.url }}">
</head> </head>
<body class="antialiased"> <body class="antialiased">