Skip to content

Commit 8785741

Browse files
committed
Add edit link pattern
1 parent d46d4ff commit 8785741

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vitepress/config.mts

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ export default defineConfig({
44
title: "Phlex",
55
description: "Ruby views",
66
themeConfig: {
7+
editLink: {
8+
pattern: "https://github.com/phlex-ruby/phlex.fun/edit/main/:path",
9+
},
10+
711
nav: [
812
{ text: "Home", link: "/" },
913
{ text: "Community", link: "project/community" },

0 commit comments

Comments
 (0)