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": {
"type": "static"
},
"staticAssets": {
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDir": "docs/.vitepress/dist"
}
"outputDirectory": "docs/.vitepress/dist",
"nodeVersion": "18.20.4"
}