From a6886e52612e4e6812d7c19cd273c5610f4807e3 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Wed, 29 Apr 2020 15:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/webpack.config.prod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 1203170e8..49f632011 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -22,10 +22,10 @@ const getClientEnvironment = require('./env'); let publicPath = '/react/build/'; let nodeEnv = process.env.NODE_ENV if (nodeEnv === 'testBuild') { - publicPath = 'https://testali-cdn.educoder.net/react/build/'; + publicPath = 'https://testforgeplus.trustie.net/react/build/'; } if (nodeEnv === 'production') { - publicPath = 'https://ali-cdn.educoder.net/react/build/'; + publicPath = 'https://forgeplus.trustie.net/react/build/'; } const publicUrl = publicPath.slice(0, -1); const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== 'false';