From 56a3bad8c5fe6d3cd79a04e6c4264a6bf1728b94 Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Tue, 7 May 2024 18:54:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20set=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config/index.ts b/.vitepress/config/index.ts index f1e3a61..405082c 100644 --- a/.vitepress/config/index.ts +++ b/.vitepress/config/index.ts @@ -4,6 +4,7 @@ import { cn } from './cn' export default defineConfig({ title: 'Easytier', + base: '/easytier-doc/', locales: { root: { label: '简体中文', ...cn }, en: { label: 'English', ...en },