Skip to content

Commit 6986e86

Browse files
author
张恕征
committed
🎉 3
1 parent 3df2f49 commit 6986e86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { defineConfig } from 'vitepress'
44
export default defineConfig({
55
title: "Java-AI",
66
description: "Java ♾️ AI",
7-
editLink: true,
7+
editLink: {
8+
pattern: 'https://github.com/javay/java-ai/edit/main/docs/:path'
9+
},
810
lastUpdated: true,
911
themeConfig: {
1012
// https://vitepress.dev/reference/default-theme-config

0 commit comments

Comments
 (0)