From b2924dce0150e6f17e1f9828da366ac45340b5bb Mon Sep 17 00:00:00 2001 From: cabbage Date: Thu, 27 May 2021 03:12:21 -0500 Subject: [PATCH] docs: change prefix to suffix (#306) --- 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 = {