diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-10-17 18:25:14 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-10-17 18:25:14 +0000 |
| commit | 76a9a51620c01257492a450f6cd0a6f98a885dce (patch) | |
| tree | 9541234f3c1c15f1e85b095021833f683a6e3dce | |
| parent | 4df033a3ba80967436dc494fc486b318e82bc1ea (diff) | |
| parent | c7dddb1ec30d59ab1673fdee04db12b9266edf4a (diff) | |
Merge branch 'fixfontello' into 'develop'
fix fontello
See merge request pleroma/pleroma-fe!1256
| -rw-r--r-- | build/webpack.base.conf.js | 1 |
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. |
