app/docs/.vuepress/config.ts

16 lines
290 B
TypeScript
Raw Normal View History

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