build-codeberg command

This commit is contained in:
2026-05-04 09:37:50 -07:00
parent 2b70a85da2
commit d7ea149189

View File

@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --pathprefix=fedi-skillshares",
"build": "rm -rf _site && npx @11ty/eleventy",
"build-codeberg": "rm -rf _site && npx @11ty/eleventy --pathprefix=fedi-skillshares",
"dev": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
},
"keywords": [],