Skip to content

Commit 149c392

Browse files
committed
修复部署
1 parent 868e31b commit 149c392

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress'
44
export default defineConfig({
55
title: 'missing semester',
66
lang: 'zh-CN',
7+
base: 'missing-semester',
78
themeConfig: {
89
logo: '/logo.svg',
910
sidebar: [

.vitepress/theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
22
--vp-font-family-base: 'LXGW Bright Medium', serif;
3-
--vp-font-family-mono: "DM Mono", monospace;
3+
--vp-font-family-mono: 'DM Mono', monospace;
44
--vp-doc-top-height: 5rem;
55
}
66

0 commit comments

Comments
 (0)