don't let the live build overwrite the built files cause of the iamge handling
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user