Switch to media for stylesheet async load
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-31 22:07:20 -03:00
parent 6cbb947932
commit 288a1b8f7a

View File

@@ -29,7 +29,7 @@ async function main() {
const critters = new Critters({
path: DIST,
preload: "swap",
preload: "media",
noscriptFallback: true,
pruneSource: false,
logLevel: "warn",