From 554505ee783af0564404fcdeb005d80d7a99b4e3 Mon Sep 17 00:00:00 2001 From: raven awesome <ravenfield@duck.com> Date: Fri, 1 Sep 2023 01:53:28 +0000 Subject: [PATCH] Replace router.php --- Legacy/router.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Legacy/router.php b/Legacy/router.php index 9902b6e..787d026 100644 --- a/Legacy/router.php +++ b/Legacy/router.php @@ -30,6 +30,7 @@ $router_extension_mimetypes = array( 'html' => 'text/html', 'css' => 'text/css', 'js' => 'text/javascript', + 'svg' => 'image/svg+xml', 'xml' => 'application/xml', 'wasm' => 'application/wasm', 'swf' => 'application/x-shockwave-flash', -- GitLab