mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
9 lines
205 B
TypeScript
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],
|
|
})
|