@@ -8,45 +8,48 @@ 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" } ] ,
12
+
11
13
// og
12
14
[ "meta" , { property : "og:site_name" , content : "tecack" } ] ,
13
15
[ "meta" , { property : "og:url" , content : "https://ubugeeei.github.io/tecack" } ] ,
14
- [ "meta" , { property : "og:title" , content : "tecack" } ] ,
16
+ [
17
+ "meta" ,
18
+ {
19
+ property : "og:title" ,
20
+ content : "tecack | The hand-writing recognition engine" ,
21
+ } ,
22
+ ] ,
15
23
[
16
24
"meta" ,
17
25
{
18
26
property : "og:description" ,
19
27
content : "The hand-writing recognition engine built with TypeScript. Forked from KanjiCanvas." ,
20
28
} ,
21
29
] ,
22
- // TODO:
23
- // [
24
- // "meta",
25
- // {
26
- // property: "og:image",
27
- // content: "https://github.com/Ubugeeei/tecack/blob/main/docs/public/tecack-img.png?raw=true",
28
- // },
29
- // ],
30
+ [
31
+ "meta" ,
32
+ { property : "og:image" , content : "https://github.com/Ubugeeei/tecack/blob/main/docs/public/tecack.gif?raw=true" } ,
33
+ ] ,
30
34
[ "meta" , { property : "og:image:alt" , content : "tecack" } ] ,
35
+ // x
31
36
[ "meta" , { name : "twitter:site" , content : "tecack" } ] ,
32
- // TODO:
33
- // ["meta", { name: "twitter:card", content: "summary_large_image" }],
34
- [ "meta" , { name : "twitter:title" , content : "tecack" } ] ,
37
+ [ "meta" , { name : "twitter:title" , content : "tecack | The hand-writing recognition engine" } ] ,
35
38
[
36
39
"meta" ,
37
40
{
38
41
name : "twitter:description" ,
39
42
content : "The hand-writing recognition engine built with TypeScript. Forked from KanjiCanvas." ,
40
43
} ,
41
44
] ,
42
- // TODO:
43
- // [
44
- // "meta",
45
- // {
46
- // name: "twitter:image",
47
- // content: "https://github.com/Ubugeeei/tecack/blob/main/docs/public/tecack-img.png ?raw=true",
48
- // },
49
- // ],
45
+ [ "meta" , { name : "twitter:card" , content : "summary_large_image" } ] ,
46
+ [
47
+ "meta" ,
48
+ {
49
+ name : "twitter:image" ,
50
+ content : "https://github.com/Ubugeeei/tecack/blob/main/docs/public/tecack.gif ?raw=true" ,
51
+ } ,
52
+ ] ,
50
53
[ "meta" , { name : "twitter:image:alt" , content : "tecack" } ] ,
51
54
] ,
52
55
themeConfig : {
0 commit comments