RLE-wiki/docs/.vuepress/config.ts

12 lines
208 B
TypeScript
Raw Normal View History

2022-07-31 20:39:50 +08:00
import { defineUserConfig } from "vuepress";
import theme from "./theme";
export default defineUserConfig({
lang: "zh-CN",
title: "RLE.wiki",
description: "一份RLE指北",
base: "/",
theme,
});