mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-26 16:25:02 +08:00
10 lines
210 B
TypeScript
10 lines
210 B
TypeScript
|
import {defineConfig, type DefaultTheme} from 'vitepress'
|
||
|
|
||
|
export const en = defineConfig({
|
||
|
|
||
|
lang: "en-US",
|
||
|
description: "A library made for Minecraft particle generation",
|
||
|
|
||
|
themeConfig: {
|
||
|
},
|
||
|
})
|