From f77adffbefc63dff9a0db663c7687e3b9a59ff53 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Wed, 18 Mar 2026 14:24:05 +0000 Subject: [PATCH] Update MIME types in server.scm --- server.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server.scm b/server.scm index f2a3db4..361d32a 100644 --- a/server.scm +++ b/server.scm @@ -16,9 +16,8 @@ '(("html" . (text/html)) ("css" . (text/css)) ("js" . (application/javascript)) - ("wasm" . (application/wasm)) ("f" . (text/plain)) - ("wat" . (text/plain)) + ("ws" . (text/plain)) ("png" . (image/png)))) (define (mime-type path)