Custom Catalog Title

reco_luan2022-06-07 22:30:37

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'
  })
})
Last Updated 4/25/2024, 5:28:57 PM
ON THIS PAGE