From a031f0872a95484f19688f1f4d3dd3ae2494ae1d Mon Sep 17 00:00:00 2001 From: umbrella22 <1035765115@qq.com> Date: Mon, 6 Dec 2021 15:00:35 +0800 Subject: [PATCH] add(config): publishUrl --- config/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 44de787..0943b8a 100644 --- a/config/index.js +++ b/config/index.js @@ -2,7 +2,8 @@ module.exports = { build: { DisableF12: true, env: require('./prod.env'), - hotPublishUrl:"", + // 示例 + hotPublishUrl:"http://umbrella22.github.io/electron-vite-template", hotPublishConfigName: "update-config" }, dev: {