diff options
-rw-r--r-- | derelict.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derelict.go b/derelict.go index 1d49636..2d80392 100644 --- a/derelict.go +++ b/derelict.go @@ -11,7 +11,7 @@ import ( "github.com/gorilla/mux" ) -//go:embed *.css *.js *.svg +//go:embed *.css *.js *.svg media/brackets/*.png var content embed.FS //go:embed *.tmpl |