mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 11:50:14 +00:00
Refactor: Move static assets config to top level
Co-authored-by: belinda.elliott <belinda.elliott@student.cgcc.edu>
This commit is contained in:
12
edgeone.json
12
edgeone.json
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"project": {
|
||||
"type": "static"
|
||||
},
|
||||
"staticAssets": {
|
||||
"installCommand": "npm install",
|
||||
"buildCommand": "npm run build",
|
||||
"outputDir": "docs/.vitepress/dist"
|
||||
}
|
||||
"installCommand": "npm install",
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "docs/.vitepress/dist",
|
||||
"nodeVersion": "18.20.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user