From c20106eb2b0ca1e834d815818f22e3f79bf4d079 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 22 Sep 2025 06:03:52 +0000 Subject: [PATCH] Refactor: Move static assets config to top level Co-authored-by: belinda.elliott --- edgeone.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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" }