Skip to content

Commit 851183b

Browse files
committed
updates
1 parent 84dece4 commit 851183b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

my-docs/.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
name: 部署文档
33

4-
base: /MetaMind/
5-
64
on:
75
push:
86
branches:

my-docs/src/.vuepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineUserConfig } from "vuepress";
33
import theme from "./theme.js";
44

55
export default defineUserConfig({
6-
base: "/",
6+
base: "/MetaMind/",
77

88
lang: "zh-CN",
99
title: "MetaMind",

0 commit comments

Comments
 (0)