mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-25 11:28:13 +08:00
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
import { defineNotesConfig } from 'vuepress-theme-plume'
|
|
|
|
export const enNotes = defineNotesConfig({
|
|
dir: 'en/notes',
|
|
link: '/',
|
|
notes: [],
|
|
})
|