mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 10:13:42 +00:00
Change output directory of fontello
This commit is contained in:
parent
7b1d5a4f5c
commit
9aac873d6b
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ module.exports = {
|
||||||
config: require('../static/fontello.json'),
|
config: require('../static/fontello.json'),
|
||||||
name: 'fontello',
|
name: 'fontello',
|
||||||
output: {
|
output: {
|
||||||
css: '[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.
|
||||||
font: 'font/[name].' + now + '.[ext]'
|
font: 'static/font/[name].' + now + '.[ext]'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue