@@ -50,6 +50,19 @@ export default defineConfig({
50
50
} ,
51
51
} ,
52
52
head : [
53
+ [ 'meta' , { key : 'twitter:card' , name : 'twitter:card' , content : 'summary_large_image' } ] ,
54
+ [ 'meta' , { name : 'author' , content : 'RustFS' } ] ,
55
+ [ 'meta' , { name : 'robots' , content : 'index, follow' } ] ,
56
+ [ 'meta' , { name : 'googlebot' , content : 'index, follow' } ] ,
57
+ [ 'meta' , { name : 'bingbot' , content : 'index, follow' } ] ,
58
+ [ 'meta' , { name : 'yandexbot' , content : 'index, follow' } ] ,
59
+ [ 'meta' , { key : 'twitter:site' , name : 'twitter:site' , content : '@rustfs' } ] ,
60
+ [ 'meta' , { key : 'twitter:creator' , name : 'twitter:creator' , content : '@rustfs' } ] ,
61
+ [ 'meta' , { key : 'og:type' , property : 'og:type' , content : 'article' } ] ,
62
+ [ 'link' , { rel : 'apple-touch-icon' , sizes : '180x180' , href : '/apple-touch-icon.png' } ] ,
63
+ [ 'link' , { rel : 'icon' , type : 'image/png' , sizes : '32x32' , href : '/favicon-32x32.png' } ] ,
64
+ [ 'link' , { rel : 'icon' , type : 'image/png' , sizes : '16x16' , href : '/favicon-16x16.png' } ] ,
65
+ [ 'link' , { rel : 'manifest' , href : '/site.webmanifest' } ] ,
53
66
[ 'script' , { async : '' , src : 'https://www.googletagmanager.com/gtag/js?id=G-TWW7WMTWL9' } ] ,
54
67
55
68
[
0 commit comments