LiteyukiBot/docs/.vuepress/config.ts

16 lines
291 B
TypeScript
Raw Normal View History

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