From f33c717a9ebd0e973bbfcc9f57644bdc9d7b3ba0 Mon Sep 17 00:00:00 2001 From: Simon <85533298+handsomezhuzhu@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:00:18 +0800 Subject: [PATCH] Add EdgeOne configuration --- 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..f993f0d --- /dev/null +++ b/edgeone.json @@ -0,0 +1,10 @@ +{ + "project": { + "type": "static" + }, + "staticAssets": { + "installCommand": "pnpm install", + "buildCommand": "pnpm run build", + "outputDirectory": "docs/.vitepress/dist" + } +}