aboutsummaryrefslogtreecommitdiff
path: root/build/webpack.base.conf.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-17 21:26:13 +0300
committerHenry Jameson <me@hjkos.com>2020-10-17 21:26:13 +0300
commita664fde02f5f5eec96bbcaa2b6f19e1694541e76 (patch)
tree251b21d50cb6e0dbc8a4d8082989266aca6c8e54 /build/webpack.base.conf.js
parent29ff0be92cfd87ba95d1f78323794dfb1223b514 (diff)
parent76a9a51620c01257492a450f6cd0a6f98a885dce (diff)
Merge remote-tracking branch 'origin/develop' into settings-changed
* origin/develop: fix fontello Translated using Weblate (Russian) Translated using Weblate (Italian) lint fix fixed copy-pasting leftovers improved algorithm, possibly speed too fix 8x spaces inside this paren feat/reorder-emojis-by-position-of-keyword rename to gravestone Apply 1 suggestion(s) to 1 file(s) change i18n phrasing separate reply button to its own component, add changelog entry add basic deletes support that works with masto WS
Diffstat (limited to 'build/webpack.base.conf.js')
-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.