forked from AkkomaGang/akkoma-fe
fix fontello
This commit is contained in:
parent
4df033a3ba
commit
c7dddb1ec3
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ module.exports = {
|
||||||
}),
|
}),
|
||||||
new FontelloPlugin({
|
new FontelloPlugin({
|
||||||
config: require('../static/fontello.json'),
|
config: require('../static/fontello.json'),
|
||||||
|
host: 'https://fontello.com',
|
||||||
name: 'fontello',
|
name: 'fontello',
|
||||||
output: {
|
output: {
|
||||||
css: 'static/[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
|
css: 'static/[name].' + now + '.css', // [hash] is not supported. Use the current timestamp instead for versioning.
|
||||||
|
|
Loading…
Reference in a new issue