Skip to content

Commit 9de1494

Browse files
committed
docs: Fix defineConfig
1 parent ab6bb69 commit 9de1494

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vitepress/config.mts

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

33
export default defineConfig({
4-
base: '/',
4+
base: '/miuix/',
55

66
title: "Miuix",
77

88
description: "A UI library for Compose MultiPlatform",
99

1010
head: [
11-
['link', { rel: 'icon', href: '/Icon.webp' }],
11+
['link', { rel: 'icon', href: '/miuix/Icon.webp' }],
1212
['link', { rel: 'preconnect', href: 'https://cdn-font.hyperos.mi.com/font/css?family=MiSans_VF:VF:Chinese_Simplify,Latin&display=swap' }],
1313
],
1414

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ Scaffold 组件为跨平台提供了一个合适的弹出窗口的容器。`Supe
101101
:::
102102

103103
## API 文档
104-
- 查看 [API 文档](/dokka/index.html){target="_blank"},此文档使用 Dokka 生成,包含了所有 API 的详细信息。
104+
- 查看 [API 文档](/miuix/dokka/index.html){target="_blank"},此文档使用 Dokka 生成,包含了所有 API 的详细信息。

0 commit comments

Comments
 (0)