diff --git a/esa.json b/esa.json index 451cbef..110921a 100644 --- a/esa.json +++ b/esa.json @@ -1,5 +1,7 @@ { - "installCommand": "npm install", + "$schema": "https://raw.githubusercontent.com/aliyun/alibabacloud-esa-er-templates/master/pages/vitepress/esa.jsonc", + "framework": "vitepress", + "installCommand": "npm ci --registry=https://registry.npmmirror.com", "buildCommand": "npm run build", "outputDirectory": "docs/.vitepress/dist", "nodeVersion": "18.20.4"