@@ -17,7 +17,16 @@ export default {
17
17
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
18
18
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
19
19
})();
20
- ` ] ] ,
20
+ ` ] ,
21
+ [ "link" , { rel : "icon" , type : "image/png" , sizes : "32x32" , href : "/favicons/favicon-32.png" } ] ,
22
+ [ "link" , { rel : "icon" , type : "image/png" , sizes : "128x128" , href : "/favicons/favicon-128.png" } ] ,
23
+ [ "link" , { rel : "icon" , type : "image/png" , sizes : "180x180" , href : "/favicons/favicon-180.png" } ] ,
24
+ [ "link" , { rel : "icon" , type : "image/png" , sizes : "192x192" , href : "/favicons/favicon-192.png" } ] ,
25
+ [ "meta" , { property : "og:site_name" , content : "gbadev.net" } ] ,
26
+ [ "meta" , { name : "twitter:card" , content : "summary" } ] ,
27
+ [ "meta" , { name : "twitter:site" , content : "@gbdev0" } ] ,
28
+ [ "meta" , { name : "og:image" , content : "https://gbadev.net/images/logo.png" } ] ,
29
+ ] ,
21
30
plugins : [ "@vuepress/plugin-palette" , { preset : "scss" } ] ,
22
31
theme : defaultTheme ( {
23
32
logo : "/images/logo.png" ,
0 commit comments