Merge branch 'fix-font-load-for-pleroma-be' into 'develop'

Change output directory of fontello

Closes pleroma-support#14

See merge request pleroma/pleroma-fe!1021
This commit is contained in:
HJ 2019-12-05 13:53:04 +00:00
commit 4e24ce2185

View file

@ -98,8 +98,8 @@ module.exports = {
config: require('../static/fontello.json'),
name: 'fontello',
output: {
css: '[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
font: 'font/[name].' + now + '.[ext]'
css: 'static/[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
font: 'static/font/[name].' + now + '.[ext]'
}
})
]