Configure path prefix for GitHub Pages deployment
This commit is contained in:
parent
fa4d9b3a22
commit
9b11d48a8f
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue