mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
add 'fonts' into 'KnownPublicEntries' (#15188)
fix #15184 Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
d099f0858f
commit
f5b6dc9759
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ type Options struct {
|
|||
// KnownPublicEntries list all direct children in the `public` directory
|
||||
var KnownPublicEntries = []string{
|
||||
"css",
|
||||
"fonts",
|
||||
"img",
|
||||
"js",
|
||||
"serviceworker.js",
|
||||
|
|
Loading…
Reference in a new issue