mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
Merge pull request #6 from handsomezhuzhu/codex/add-edgeone.json-configuration-file-45tcnl
Adjust EdgeOne static assets output directory key
This commit is contained in:
10
edgeone.json
Normal file
10
edgeone.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"project": {
|
||||||
|
"type": "static"
|
||||||
|
},
|
||||||
|
"staticAssets": {
|
||||||
|
"installCommand": "pnpm install",
|
||||||
|
"buildCommand": "pnpm run build",
|
||||||
|
"outputDir": "docs/.vitepress/dist"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user