1
1
mirror of https://github.com/go-gitea/gitea synced 2024-05-28 15:05:47 +00:00

add 'fonts' into 'KnownPublicEntries' (#15188) (#15317)

fix #15184

Signed-off-by: a1012112796 <1012112796@qq.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>

Co-authored-by: a1012112796 <1012112796@qq.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
6543 2021-04-07 09:20:42 +02:00 committed by GitHub
parent 711ca0c410
commit bfd33088b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ type Options struct {
// KnownPublicEntries list all direct children in the `public` directory
var KnownPublicEntries = []string{
"css",
"fonts",
"img",
"js",
"serviceworker.js",