Skip to content

Commit

Permalink
fix(docs): add src to page edit pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Aug 18, 2024
1 parent 2d3b08b commit c3790a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function themeConfigEnglish() {return {

themeConfig: {
editLink: {
pattern: "https://github.com/yunfachi/denix/edit/master/docs/:path",
pattern: "https://github.com/yunfachi/denix/edit/master/docs/src/:path",
text: "Edit this page on Github"
},

Expand All @@ -60,7 +60,7 @@ function themeConfigRussian() {return {

themeConfig: {
editLink: {
pattern: "https://github.com/yunfachi/denix/edit/master/docs/:path",
pattern: "https://github.com/yunfachi/denix/edit/master/docs/src/:path",
text: "Редактировать эту страницу на GitHub"
},

Expand Down

0 comments on commit c3790a9

Please sign in to comment.