mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
Merge pull request #8 from handsomezhuzhu/cursor/fix-edgeone-json-for-dual-deployment-46be
Fix edgeone.json for dual deployment
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
{
|
{
|
||||||
"project": {
|
|
||||||
"type": "static"
|
|
||||||
},
|
|
||||||
"staticAssets": {
|
|
||||||
"installCommand": "npm install",
|
"installCommand": "npm install",
|
||||||
"buildCommand": "npm run build",
|
"buildCommand": "npm run build",
|
||||||
"outputDir": "docs/.vitepress/dist"
|
"outputDirectory": "docs/.vitepress/dist",
|
||||||
}
|
"nodeVersion": "18.20.4"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user