Skip to content

Commit f9121c9

Browse files
committed
fix docs
1 parent cba220e commit f9121c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ export default defineConfig({
44
title: 'NetProxy',
55
description: '基于 sing-box 的 Android 透明代理模块',
66
lang: 'zh-CN',
7-
base: '/NetProxy-Magisk/',
7+
base: '/',
88

9-
head: [['link', { rel: 'icon', href: '/NetProxy-Magisk/logo.png' }]],
9+
head: [['link', { rel: 'icon', href: '/logo.png' }]],
1010

1111
themeConfig: {
1212
logo: '/logo.png',

0 commit comments

Comments
 (0)