fix(backend-assets): maintain eot fonts for cache
This commit is contained in:
parent
734e9de96b
commit
e842160571
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ func isCachable(rawurl string) bool {
|
|||
ext == ".woff" ||
|
||||
ext == ".woff2" ||
|
||||
ext == ".ttf" ||
|
||||
ext == ".otf"
|
||||
ext == ".otf" ||
|
||||
ext == ".eot"
|
||||
}
|
||||
|
||||
func GetFullCachableURL(baseURL string, relativeURL string) (string, bool) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue