王浩 950d6223d4 update deps
1. 更新依赖
2. 更新项目README文件
3. 修复了大量配置问题,跟进当前版本
4. 新增了一些新组件
2024-11-06 19:45:55 +08:00

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