diff --git a/edgeone.json b/edgeone.json index 2b994b5..451cbef 100644 --- a/edgeone.json +++ b/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" }