From 547752e52729d26fe946aa6e022c337fbf1744d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 13 Dec 2019 10:19:11 +0800 Subject: [PATCH] chore: fix site publicPath --- vant.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vant.config.js b/vant.config.js index 04f7d9fb6..1b31fcea0 100644 --- a/vant.config.js +++ b/vant.config.js @@ -3,7 +3,7 @@ module.exports = { build: { skipInstall: ['lazyload'], site: { - publicPath: '/vant/' + publicPath: 'https://b.yzcdn.cn/vant/' }, vetur: { tagPrefix: 'van-'