@@ -2,15 +2,35 @@ import type { UserConfig } from 'vitepress'
2
2
3
3
export const head = [
4
4
[ 'link' , { rel : 'icon' , type : 'image/svg+xml' , href : '/logo-line.svg' } ] ,
5
- // [
6
- // 'link',
7
- // { rel: 'icon', type: 'image/png', href: '/vitepress-logo-mini.png' }
8
- // ],
9
5
[ 'meta' , { name : 'robots' , content : 'index, follow' } ] ,
10
- [ 'meta' , { name : 'application-name' , content : 'Zebra-Swiper' } ] ,
11
- [ 'meta' , { name : 'apple-mobile-web-app-title' , content : 'Zebra-Swiper' } ] ,
6
+ [ 'meta' , { name : 'author' , content : 'Zebra' } ] ,
7
+ [
8
+ 'meta' ,
9
+ {
10
+ name : 'description' ,
11
+ content :
12
+ 'A high-performance carousel component library designed for multiple terminals, supporting a variety of complex 3D carousel effects.'
13
+ }
14
+ ] ,
15
+ [
16
+ 'meta' ,
17
+ { name : 'keywords' , content : 'zebra,swiper,zebra-ui,zebra-swiper,3D' }
18
+ ] ,
19
+ [ 'meta' , { name : 'application-name' , content : 'ZebraSwiper' } ] ,
20
+ [ 'meta' , { name : 'apple-mobile-web-app-title' , content : 'ZebraSwiper' } ] ,
12
21
[ 'meta' , { name : 'apple-mobile-web-app-status-bar-style' , content : 'black' } ] ,
13
- [ 'meta' , { name : 'og:site_name' , content : 'Zebra-Swiper' } ] ,
22
+ [ 'meta' , { property : 'og:site_name' , content : 'ZebraSwiper' } ] ,
23
+ [
24
+ 'meta' ,
25
+ {
26
+ property : 'og:description' ,
27
+ content :
28
+ 'A high-performance carousel component library designed for multiple terminals, supporting a variety of complex 3D carousel effects.'
29
+ }
30
+ ] ,
31
+ [ 'meta' , { property : 'og:image' , content : '/swiper-cover.png' } ] ,
32
+ [ 'meta' , { property : 'og:url' , content : 'https://swiper.zebraui.com/' } ] ,
33
+ [ 'meta' , { property : 'og:type' , content : 'website' } ] ,
14
34
[ 'meta' , { name : 'baidu-site-verification' , content : 'codeva-NpHtnN32z6' } ] ,
15
35
[
16
36
'script' ,
0 commit comments