Switch to media for stylesheet async load
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -29,7 +29,7 @@ async function main() {
|
|||||||
|
|
||||||
const critters = new Critters({
|
const critters = new Critters({
|
||||||
path: DIST,
|
path: DIST,
|
||||||
preload: "swap",
|
preload: "media",
|
||||||
noscriptFallback: true,
|
noscriptFallback: true,
|
||||||
pruneSource: false,
|
pruneSource: false,
|
||||||
logLevel: "warn",
|
logLevel: "warn",
|
||||||
|
|||||||
Reference in New Issue
Block a user