logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 76a9a51620c01257492a450f6cd0a6f98a885dce
parent 4df033a3ba80967436dc494fc486b318e82bc1ea
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sat, 17 Oct 2020 18:25:14 +0000

Merge branch 'fixfontello' into 'develop'

fix fontello

See merge request pleroma/pleroma-fe!1256

Diffstat:

Mbuild/webpack.base.conf.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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.