From 58ab62c03b4ebb3f6212be148f3b81982f490856 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 27 Mar 2024 23:32:44 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BD=BF=E7=94=A8vuepress=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=9E=84=E5=BB=BA=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/.vuepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index 8a40186..7620f67 100644 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -2,7 +2,7 @@ import { defineUserConfig } from "vuepress"; import theme from "./theme.js"; export default defineUserConfig({ - base: "/", + base: "/docs/src/", lang: "zh-CN", title: "文档演示",