File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ class MyDocument extends Document {
18
18
< meta name = "application-name" content = "Coder" />
19
19
< meta property = "og:type" content = "website" />
20
20
< meta property = "csp-nonce" content = "{{ .CSP.Nonce }}" />
21
- < link crossOrigin = "use-credentials" rel = "mask-icon" href = "/favicon.svg" color = "#000000" />
22
- < link rel = "alternate icon" type = "image/png" href = "/favicon.png" />
23
- < link rel = "icon" type = "image/svg+xml" href = "/favicon.svg" />
21
+ < link crossOrigin = "use-credentials" rel = "mask-icon" href = "/static/ favicon.svg" color = "#000000" />
22
+ < link rel = "alternate icon" type = "image/png" href = "/static/ favicon.png" />
23
+ < link rel = "icon" type = "image/svg+xml" href = "/static/ favicon.svg" />
24
24
</ Head >
25
25
< body >
26
26
< Main />
You can’t perform that action at this time.
0 commit comments