diff --git a/docs/config/frontmatter-configs.md b/docs/config/frontmatter-configs.md index 96cc8489..106cc948 100644 --- a/docs/config/frontmatter-configs.md +++ b/docs/config/frontmatter-configs.md @@ -35,8 +35,8 @@ The suffix for the title. It's same as [config.titleTemplate](../config/app-conf ```yaml --- -title: VitePress, -titleTemplate: Vite & Vue powered static site generator. +title: VitePress +titleTemplate: Vite & Vue powered static site generator --- ```