mirror of https://gitlab.com/curben/blog
fix(hexo-yam): exclude forkawesome font
This commit is contained in:
parent
9eae48f5af
commit
b93b708781
|
|
@ -115,5 +115,9 @@ minify:
|
|||
svg:
|
||||
plugins:
|
||||
cleanupIds: false
|
||||
include:
|
||||
- "*.svg"
|
||||
- "!*.min.svg"
|
||||
- "!forkawesome-webfont.svg"
|
||||
zstd:
|
||||
enable: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue