Custom Catalog Title
Use catalogTitle
to set the title of the catalog to the right of the article.
Configure
// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { recoTheme } from 'vuepress-theme-reco'
export default defineUserConfig({
theme: recoTheme({
catalogTitle: 'custom directory title'
})
})