mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-07 04:36:23 +00:00
16 lines
300 B
TypeScript
16 lines
300 B
TypeScript
import { defineUserConfig } from "vuepress";
|
|
import theme from "./theme.js";
|
|
|
|
export default defineUserConfig({
|
|
base: "/docs/src/",
|
|
|
|
lang: "zh-CN",
|
|
title: "文档演示",
|
|
description: "vuepress-theme-hope 的文档演示",
|
|
|
|
theme,
|
|
|
|
// 和 PWA 一起启用
|
|
// shouldPrefetch: false,
|
|
});
|