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