use lightningcss to minify instead
All checks were successful
/ build (push) Successful in 34s

This commit is contained in:
Ruben 2025-06-02 10:50:26 -05:00
commit a7e1968a8c
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
8 changed files with 271 additions and 56 deletions

View file

@ -1,3 +1,5 @@
{% set css %} {% include "base.css" %} {% endset %}
<meta charset="UTF-8">
<title>{{ title or metadata.title }} • synth download!</title>
<link rel="canonical" href="https://synth.download/">
@ -11,6 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://synth.download/">
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
<style>{{ css | cssmin | safe }}</style>
<script src="/pagefind/pagefind-ui.js"></script>
<script src="/scripts/alt-popup.js"></script>
<script src="/scripts/button.js"></script>