Configure path prefix for GitHub Pages deployment

This commit is contained in:
Leilukin 2024-05-30 14:04:33 +08:00 committed by Helen Chong
parent c0038e6fd8
commit 07059f69b3

View File

@ -3,7 +3,7 @@
"scripts": {
"start": "bunx @11ty/eleventy --serve --quiet",
"build": "bunx @11ty/eleventy",
"build-ghpages": "bunx @11ty/eleventy"
"build-ghpages": "bunx @11ty/eleventy --pathprefix=leilukin-site"
},
"devDependencies": {
"@types/bun": "latest"