diff --git a/manifest.toml b/manifest.toml index 31bb72f..5d09b4e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,4 +61,4 @@ ram.runtime = "50M" download.allowed = "visitors" download.auth_header = false download.show_tile = false - download.additional_urls = "^/.*.css|/.*.js$" + download.additional_urls = [ "^/.*.css$", "^/.*.js$", "^/.*.svg$", "^/.*.woff2$", "^/favicon.*.png$" ]