File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
21
21
export default defineConfig ( {
22
22
lang : 'en-US' ,
23
23
title : 'Vue Cheatsheet' ,
24
+ lastUpdated : true ,
24
25
description : "The one and only cheatsheet you need for Vue.js by ThemeSelection" ,
25
26
head : [
26
27
[ 'link' , { rel : 'icon' , href : '/logos/favicon.ico' } ] ,
@@ -92,6 +93,10 @@ export default defineConfig({
92
93
{ icon : 'github' , link : 'https://github.com/themeselection/vue-cheatsheet' } ,
93
94
{ icon : 'twitter' , link : 'https://twitter.com/Theme_Selection' }
94
95
] ,
96
+
97
+ editLink : {
98
+ pattern : 'https://github.com/themeselection/vue-cheatsheet/edit/main/content/:path'
99
+ }
95
100
} ,
96
101
vite : {
97
102
resolve : {
You can’t perform that action at this time.
0 commit comments