狮子耗耗 b0bbcfd09e 更新网站logo
更新网站logo;删除非必要文件
2023-08-09 11:22:22 +08:00

22 lines
388 B
TypeScript

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