@@ -7,15 +7,21 @@ import { cn, cnSearch } from './cn'
77import { en } from './en'
88
99export default withMermaid ( {
10- title : 'EasyTier' ,
1110 base : '/' ,
1211 lastUpdated : true ,
1312 head : [
1413 [ 'link' , { rel : 'icon' , type : 'image/png' , sizes : '32x32' , href : '/easytier.png' } ] ,
15- // bing webmaster: <meta name="msvalidate.01" content="C6CB41F1DA6096106497701D002B19AD" />
1614 [ 'meta' , { name : 'msvalidate.01' , content : 'C6CB41F1DA6096106497701D002B19AD' } ] ,
15+ [ 'meta' , { name : 'author' , content : 'EasyTier' } ] ,
16+ [ 'meta' , { name : 'keywords' , content : 'easytier,SD-WAN,networking' } ] ,
17+ [ 'meta' , { property : 'og:type' , content : 'website' } ] ,
18+ [ 'meta' , { property : 'og:title' , content : 'EasyTier' } ] ,
19+ [ 'meta' , { property : 'og:description' , content : 'EasyTier official' } ] ,
20+ [ 'meta' , { property : 'og:image' , content : 'https://easytier.cn/easytier.png' } ] ,
21+ [ 'link' , { rel : 'canonical' , href : 'https://easytier.cn' } ] ,
1722 ] ,
1823 themeConfig : {
24+ siteTitle : 'EasyTier' ,
1925 logo : '/easytier.png' ,
2026 search : {
2127 provider : 'local' ,
0 commit comments