We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9f9b4 commit 08ae5deCopy full SHA for 08ae5de
docs/.vuepress/config.js
@@ -7,12 +7,13 @@ const PROXY_DOMAIN=process.env.PROXY_DOMAIN||false
7
export default {
8
title: "凡是过往、皆为序章",
9
description: "一本有趣的JavaScript合集",
10
- base: PROXY_DOMAIN?"/JavaScriptCollection/":"/",
+ base: PROXY_DOMAIN ? "/JavaScriptCollection/":"/",
11
port: 5000,
12
head: [
13
["link", {rel: "icon", href: "/fight_favicon.ico"}]
14
],
15
theme: themeConfig,
16
// 插件配置
17
plugins:pluginsConfig,
18
-};
+};
19
+
0 commit comments