Refactor: Move static assets config to top level

Co-authored-by: belinda.elliott <belinda.elliott@student.cgcc.edu>
This commit is contained in:
Cursor Agent
2025-09-22 06:03:52 +00:00
parent b52de4d509
commit c20106eb2b

View File

@@ -1,10 +1,6 @@
{ {
"project": { "installCommand": "npm install",
"type": "static" "buildCommand": "npm run build",
}, "outputDirectory": "docs/.vitepress/dist",
"staticAssets": { "nodeVersion": "18.20.4"
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDir": "docs/.vitepress/dist"
}
} }