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 |
||
|---|---|---|
| .. | ||
| api | ||
| dist | ||
| launcherconfig | ||
| middleware | ||
| model | ||
| winres | ||
| .gitignore | ||
| embed.go | ||
| embed_test.go | ||
| icon.ico | ||
| main.go | ||
| utils.go | ||