Browse Source

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

fix #15184

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

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

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.14.0
a1012112796 3 years ago
parent
commit
92b2883058
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/public/public.go

+ 1
- 0
modules/public/public.go View File

@@ -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…
Cancel
Save