2024-10-15 21:43:25 +08:00

16 lines
277 B
TypeScript

import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
base: "/",
lang: "zh-CN",
title: "NoneBot Bison",
description: "NoneBot Bison 文档",
theme,
// 和 PWA 一起启用
// shouldPrefetch: false,
});