2024-12-08 11:47:15 +08:00

9 lines
205 B
TypeScript

import { defineNotesConfig } from 'vuepress-theme-plume'
import { themeGuide } from './theme-guide.js'
export const enNotes = defineNotesConfig({
dir: 'en/notes',
link: '/',
notes: [themeGuide],
})