ditch link prefetching
This commit is contained in:
parent
f1c9eb0b4e
commit
b803e9c0a7
1 changed files with 1 additions and 4 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue