From 2e2ab5e99a37d1f7d42c4f9b5607d90ef362fddf Mon Sep 17 00:00:00 2001 From: cabbage Date: Wed, 26 May 2021 11:56:46 +0800 Subject: [PATCH] docs: change prefix to suffix --- docs/config/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/basics.md b/docs/config/basics.md index 9e95b703..8b06586c 100644 --- a/docs/config/basics.md +++ b/docs/config/basics.md @@ -33,7 +33,7 @@ module.exports = { - Type: `string` - Default: `VitePress` -Title for the site. This will be the prefix for all page titles, and displayed in the navbar. +Title for the site. This will be the suffix for all page titles, and displayed in the navbar. ```js module.exports = {