王浩 162248f0e1 迁移项目至vue
v0.2.1->v0.3.0
项目迁移至[jingji_TSreference_vue](https://github.com/szhhwh/jingji_TSreference_vue)
2023-08-09 10:15:15 +08:00

16 lines
308 B
TypeScript

import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
export default defineUserConfig({
base: "/jingji/book/",
lang: "zh-CN",
title: "荆棘鸟文学社",
description: "荆棘鸟文学社官方参考文档",
theme,
// Enable it with pwa
// shouldPrefetch: false,
});