Skip to content

Commit 7cb7da4

Browse files
authored
update (#100)
1 parent f407746 commit 7cb7da4

File tree

4 files changed

+146
-136
lines changed

4 files changed

+146
-136
lines changed

.vitepress/config/cn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import fs from 'node:fs'
22
import { defineConfig } from 'vitepress'
33

44
export const cn = defineConfig({
5+
title: 'EasyTier - 简单、安全、去中心化的异地组网方案',
56
lang: 'cn',
67
description: '一个简单、安全、去中心化的内网穿透 SD-WAN 异地组网方案,使用 Rust 语言和 Tokio 框架实现',
78

.vitepress/config/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import fs from 'node:fs'
22
import { defineConfig } from 'vitepress'
33

44
export const en = defineConfig({
5+
title: 'EasyTier - A Simple, Secure, Decentralized SD-WAN Solution',
56
lang: 'en',
67
description: 'A simple, secure, decentralized SD-WAN solution for intranet penetration, implemented using Rust and the Tokio framework',
78

.vitepress/config/index.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,21 @@ import { cn, cnSearch } from './cn'
77
import { en } from './en'
88

99
export 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

Comments
 (0)