@@ -8,11 +8,11 @@ export default defineConfig({
8
8
lang : "en" ,
9
9
appearance : "dark" ,
10
10
head : [
11
- [ "link" , { rel : "icon" , href : "https://github.com/Ubugeeei /tecack/blob/main/docs/public/tecack.gif?raw=true" } ] ,
11
+ [ "link" , { rel : "icon" , href : "https://github.com/ublib /tecack/blob/main/docs/public/tecack.gif?raw=true" } ] ,
12
12
13
13
// og
14
14
[ "meta" , { property : "og:site_name" , content : "tecack" } ] ,
15
- [ "meta" , { property : "og:url" , content : "https://ubugeeei .github.io/tecack" } ] ,
15
+ [ "meta" , { property : "og:url" , content : "https://ublib .github.io/tecack" } ] ,
16
16
[
17
17
"meta" ,
18
18
{
@@ -29,7 +29,7 @@ export default defineConfig({
29
29
] ,
30
30
[
31
31
"meta" ,
32
- { property : "og:image" , content : "https://github.com/Ubugeeei /tecack/blob/main/docs/public/tecack.gif?raw=true" } ,
32
+ { property : "og:image" , content : "https://github.com/ublib /tecack/blob/main/docs/public/tecack.gif?raw=true" } ,
33
33
] ,
34
34
[ "meta" , { property : "og:image:alt" , content : "tecack" } ] ,
35
35
// x
@@ -47,7 +47,7 @@ export default defineConfig({
47
47
"meta" ,
48
48
{
49
49
name : "twitter:image" ,
50
- content : "https://github.com/Ubugeeei /tecack/blob/main/docs/public/tecack.gif?raw=true" ,
50
+ content : "https://github.com/ublib /tecack/blob/main/docs/public/tecack.gif?raw=true" ,
51
51
} ,
52
52
] ,
53
53
[ "meta" , { name : "twitter:image:alt" , content : "tecack" } ] ,
@@ -94,9 +94,9 @@ export default defineConfig({
94
94
} ,
95
95
] ,
96
96
editLink : {
97
- pattern : "https://github.com/Ubugeeei /tecack/tree/main/docs/:path" ,
97
+ pattern : "https://github.com/ublib /tecack/tree/main/docs/:path" ,
98
98
text : "Suggest changes to this page" ,
99
99
} ,
100
- socialLinks : [ { icon : "github" , link : "https://github.com/Ubugeeei /tecack" } ] ,
100
+ socialLinks : [ { icon : "github" , link : "https://github.com/ublib /tecack" } ] ,
101
101
} ,
102
102
} ) ;
0 commit comments