Skip to content

Commit 0a49c93

Browse files
committed
fix title
1 parent 4611e4a commit 0a49c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const prod = !!process.env.VITEPRESS_PROD
77

88
// https://vitepress.dev/reference/site-config
99
export default defineConfig({
10-
title: 'RustFS',
11-
description: 'RustFS is a high-performance distributed object storage software built using Rust',
10+
title: 'RustFS Documentation',
11+
description: 'RustFS is an S3-compatible distributed object storage engine written in Rust.',
1212
lang: 'en-US',
1313
ignoreDeadLinks: true,
1414
lastUpdated: true,

0 commit comments

Comments
 (0)