mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
e4460d3815
Go's built-in mime.TypeByExtension returns 'image/svg' for .svg files, but the correct MIME type per RFC 6838 is 'image/svg+xml'. This fix registers the correct MIME type when setting up the static file server. Fixes #1410