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,
});