Skip to content

Commit 08ae5de

Browse files
author
爱吃抹茶不吃茶
committed
feat: 修改配置
1 parent 7f9f9b4 commit 08ae5de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ const PROXY_DOMAIN=process.env.PROXY_DOMAIN||false
77
export default {
88
title: "凡是过往、皆为序章",
99
description: "一本有趣的JavaScript合集",
10-
base: PROXY_DOMAIN?"/JavaScriptCollection/":"/",
10+
base: PROXY_DOMAIN ? "/JavaScriptCollection/":"/",
1111
port: 5000,
1212
head: [
1313
["link", {rel: "icon", href: "/fight_favicon.ico"}]
1414
],
1515
theme: themeConfig,
1616
// 插件配置
1717
plugins:pluginsConfig,
18-
};
18+
};
19+

0 commit comments

Comments
 (0)