We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868e31b commit 149c392Copy full SHA for 149c392
.vitepress/config.mts
@@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress'
4
export default defineConfig({
5
title: 'missing semester',
6
lang: 'zh-CN',
7
+ base: 'missing-semester',
8
themeConfig: {
9
logo: '/logo.svg',
10
sidebar: [
.vitepress/theme/style.css
@@ -1,6 +1,6 @@
1
:root {
2
--vp-font-family-base: 'LXGW Bright Medium', serif;
3
- --vp-font-family-mono: "DM Mono", monospace;
+ --vp-font-family-mono: 'DM Mono', monospace;
--vp-doc-top-height: 5rem;
}
0 commit comments