From b803e9c0a70c789a3cc8ad3fa629850f739ba79b Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Wed, 27 Mar 2024 01:26:51 -0500 Subject: [PATCH] ditch link prefetching --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index a59e5f0..f7ab8dd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "postbuild": "npm run postbuild:styles && npm run postbuild:highlighttheme", "postbuild:highlighttheme": "cp ./node_modules/@catppuccin/highlightjs/css/catppuccin.variables.css ./_site", "postbuild:styles": "npx tailwindcss -i styles.css -o _site/styles.css --env production", - "optimize": "jampack _site", + "optimize": "rm -r _site/_jampack && jampack _site", "test": "echo \"Error: no test specified\" && exit 1", "deploy": "docker compose up --build -d" }, @@ -27,9 +27,6 @@ "jampack": { "image": { "max_width": 1920 - }, - "misc": { - "prefetch_links": "in-viewport" } }, "devDependencies": {