Skip to content

Commit c176b73

Browse files
committed
makes favicon url relative
1 parent 86f07d7 commit c176b73

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

webapp/templates/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
{{- end }}
1313
{{ .ExtraMetadata }}
1414
<%= extra_metadata %>
15-
<% if (mode == "development") { %>
16-
<link rel="icon" href="/build/images/favicon.ico">
17-
<% } else { %>
18-
<link rel="icon" href="/build/images/favicon.ico">
19-
<% } %>
15+
<link rel="icon" href="build/images/favicon.ico">
2016
</head>
2117
<body>
2218
<div id="root"></div>

0 commit comments

Comments
 (0)