aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-17 21:09:51 +0300
committerHenry Jameson <me@hjkos.com>2020-10-17 21:09:51 +0300
commitc7dddb1ec30d59ab1673fdee04db12b9266edf4a (patch)
tree9541234f3c1c15f1e85b095021833f683a6e3dce
parent4df033a3ba80967436dc494fc486b318e82bc1ea (diff)
fix fontello
-rw-r--r--build/webpack.base.conf.js1
1 files changed, 1 insertions, 0 deletions
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.