LiteyukiBot-TriM/docs/.vuepress/config.ts

16 lines
290 B
TypeScript
Raw Normal View History

2024-03-28 00:31:49 +00:00
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
2024-03-28 00:39:36 +00:00
base: "/",
2024-03-28 00:31:49 +00:00
lang: "zh-CN",
2024-03-28 00:51:57 +00:00
title: "LiteyukiBot",
2024-03-28 00:31:49 +00:00
description: "vuepress-theme-hope 的文档演示",
theme,
// 和 PWA 一起启用
// shouldPrefetch: false,
});