修改base路径

This commit is contained in:
chenjinyang
2026-02-11 17:55:49 +08:00
parent 9cfa9a3417
commit 8b993d5ddd

View File

@@ -10,7 +10,7 @@ module.exports = {
title: "vuepress-theme-vdoing", title: "vuepress-theme-vdoing",
description: '一个基于VuePress的 知识管理&博客 主题', description: '一个基于VuePress的 知识管理&博客 主题',
// base: '/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件) // base: '/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
base: '/', base: '/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/dist/',
theme: 'vdoing', theme: 'vdoing',
title: "经创HIS系统操作手册", title: "经创HIS系统操作手册",
head: [ // 注入到页面<head> 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?] head: [ // 注入到页面<head> 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?]