Skip to content

Commit a2761bd

Browse files
committed
Update config.mts
1 parent 7cb14e8 commit a2761bd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
4+
base: '/docs/',
5+
46
title: "Miuix",
7+
8+
description: "A UI library for Compose MultiPlatform",
9+
510
head: [
6-
['link', { rel: 'icon', href: '/Icon.webp' }],
11+
['link', { rel: 'icon', href: '/docs/Icon.webp' }],
712
['link', { rel: 'preconnect', href: 'https://cdn-font.hyperos.mi.com/font/css?family=MiSans_VF:VF:Chinese_Simplify,Latin&display=swap' }],
813
],
9-
description: "A UI library for Compose MultiPlatform",
14+
1015
markdown: {
1116
image: {
12-
lazyLoading: true
17+
lazyLoading: true,
1318
},
1419
},
20+
1521
lastUpdated: true,
22+
23+
cleanUrls: true,
24+
1625
lang: 'zh-Hans',
26+
1727
themeConfig: {
1828
logo: '/Icon.webp',
1929

0 commit comments

Comments
 (0)