We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588073b commit 9c6c1f3Copy full SHA for 9c6c1f3
3 files changed
tools/minimap/server.js
@@ -25,6 +25,7 @@ const contentTypes = new Map([
25
[".js", "text/javascript; charset=utf-8"],
26
[".css", "text/css; charset=utf-8"],
27
[".json", "application/json; charset=utf-8"],
28
+ [".svg", "image/svg+xml; charset=utf-8"],
29
]);
30
31
function escapeHtml(value) {
tools/minimap/ui/favicon.svg
tools/minimap/ui/index.html
@@ -4,6 +4,7 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>__REPO_NAME__ Roadmap</title>
7
+ <link rel="icon" href="/favicon.svg" type="image/svg+xml" />
8
<link rel="stylesheet" href="/styles.css" />
9
</head>
10
<body>
0 commit comments