Configure path prefix for GitHub Pages deployment

This commit is contained in:
Helen Chong 2024-05-30 14:04:33 +08:00
parent fa4d9b3a22
commit 9b11d48a8f
1 changed files with 1 additions and 1 deletions

View File

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