From e3ea563e5fb315616237c4a80246401cbf194ff9 Mon Sep 17 00:00:00 2001 From: Simon <85533298+handsomezhuzhu@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:19:40 +0800 Subject: [PATCH] Adjust EdgeOne output directory key --- edgeone.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 edgeone.json diff --git a/edgeone.json b/edgeone.json new file mode 100644 index 0000000..4ecd0d2 --- /dev/null +++ b/edgeone.json @@ -0,0 +1,10 @@ +{ + "project": { + "type": "static" + }, + "staticAssets": { + "installCommand": "pnpm install", + "buildCommand": "pnpm run build", + "outputDir": "docs/.vitepress/dist" + } +}