We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba220e commit f9121c9Copy full SHA for f9121c9
1 file changed
docs/.vitepress/config.ts
@@ -4,9 +4,9 @@ export default defineConfig({
4
title: 'NetProxy',
5
description: '基于 sing-box 的 Android 透明代理模块',
6
lang: 'zh-CN',
7
- base: '/NetProxy-Magisk/',
+ base: '/',
8
9
- head: [['link', { rel: 'icon', href: '/NetProxy-Magisk/logo.png' }]],
+ head: [['link', { rel: 'icon', href: '/logo.png' }]],
10
11
themeConfig: {
12
logo: '/logo.png',
0 commit comments