updates to images and disabling fastrender

This commit is contained in:
Chris Cochrun 2023-08-25 09:48:43 -05:00
parent 93d1159bc1
commit 54cf4ec745
11 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"scripts": {
"server": "hugo server --noHTTPCache ",
"server": "hugo server --noHTTPCache --disableFastRender",
"dev": "NODE_ENV=development ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "rm -rf public && NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify"
},