mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-23 06:37:38 +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: {
|
|
},
|
|
}) |