From 288a1b8f7a91c8fce99e1461156fde2f48fc73a6 Mon Sep 17 00:00:00 2001 From: mifi Date: Sat, 31 Jan 2026 22:07:20 -0300 Subject: [PATCH] Switch to media for stylesheet async load --- build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mjs b/build.mjs index 70c25fa..259bfc6 100644 --- a/build.mjs +++ b/build.mjs @@ -29,7 +29,7 @@ async function main() { const critters = new Critters({ path: DIST, - preload: "swap", + preload: "media", noscriptFallback: true, pruneSource: false, logLevel: "warn",