don't let the live build overwrite the built files cause of the iamge handling

This commit is contained in:
2026-02-19 22:20:03 -08:00
parent 25f5d5897b
commit 3848af101b
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
# npm
node_modules
# local build
_live

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
"start": "rm -rf _site && npx @11ty/eleventy --serve --quiet"
"start": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
},
"keywords": [],
"author": "Lee Cattarin",