Skip to content

Commit e54bc02

Browse files
committed
update some settings
1 parent e9c1244 commit e54bc02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vitepress/config.mts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ export default defineConfig({
66
description: "Docs for aa-proxy",
77
base: '/docs/',
88
cleanUrls: true,
9+
lastUpdated: true,
910
themeConfig: {
11+
search: {
12+
provider: 'local',
13+
},
14+
editLink: {
15+
pattern: 'https://github.com/aa-proxy/docs/edit/main/:path',
16+
},
1017
// https://vitepress.dev/reference/default-theme-config
1118
nav: [
1219
{ text: 'Home', link: '/' },

0 commit comments

Comments
 (0)