mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
Merge pull request #5 from handsomezhuzhu/codex/add-edgeone.json-configuration-file
Add EdgeOne configuration for static build output
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",
|
||||
"outputDirectory": "docs/.vitepress/dist"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user