Skip to content

Commit 62ea713

Browse files
committed
docs: fix repo base URL
1 parent b7d0d80 commit 62ea713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/rspress.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default defineConfig({
9999
description: 'The Rspack-based build tool for the web',
100100
editLink: {
101101
docRepoBaseUrl:
102-
'https://github.com/web-infra-dev/rsbuild/tree/main/website',
102+
'https://github.com/web-infra-dev/rsbuild/tree/main/website/docs',
103103
text: '📝 Edit this page on GitHub',
104104
},
105105
},
@@ -113,7 +113,7 @@ export default defineConfig({
113113
description: '基于 Rspack 的 Web 构建工具',
114114
editLink: {
115115
docRepoBaseUrl:
116-
'https://github.com/web-infra-dev/rsbuild/tree/main/website',
116+
'https://github.com/web-infra-dev/rsbuild/tree/main/website/docs',
117117
text: '📝 在 GitHub 上编辑此页',
118118
},
119119
},

0 commit comments

Comments
 (0)