From c7dddb1ec30d59ab1673fdee04db12b9266edf4a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 17 Oct 2020 21:09:51 +0300 Subject: [PATCH] fix fontello --- build/webpack.base.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js index dfef37a6..ef40333c 100644 --- a/build/webpack.base.conf.js +++ b/build/webpack.base.conf.js @@ -97,6 +97,7 @@ module.exports = { }), new FontelloPlugin({ config: require('../static/fontello.json'), + host: 'https://fontello.com', name: 'fontello', output: { css: 'static/[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.