Skip to content

Commit fce7a99

Browse files
author
Ives van Hoorne
committed
Fix favicon
1 parent 5c4e966 commit fce7a99

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/app/src/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<meta property="twitter:image:width" content="1200">
2121
<meta property="twitter:image:height" content="630">
2222
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
23-
<link rel="shortcut icon" href="./favicon.ico">
23+
<link rel="shortcut icon" href="/favicon.ico">
2424
<link rel="manifest" href="/manifest.json">
2525
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source+Code+Pro:500" rel="stylesheet">
2626
<!-- Injected by server: -->

packages/app/src/embed/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
2424
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
2525
<link rel="manifest" href="/manifest.json">
26+
<link rel="shortcut icon" href="/favicon.ico">
2627
<title>Embed - CodeSandbox</title>
2728
<!-- Google Tag Manager -->
2829
<script>
2930
(function (w, d, s, l, i) {
3031
w[l] = w[l] || []; w[l].push({
3132
'gtm.start':
32-
new Date().getTime(), event: 'gtm.js'
33+
new Date().getTime(), event: 'gtm.js'
3334
}); var f = d.getElementsByTagName(s)[0],
3435
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
3536
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);

packages/app/src/sandbox/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Sandbox - CodeSandbox</title>
88
<link rel="manifest" href="/manifest.json">
9+
<link rel="shortcut icon" href="/favicon.ico">
910
</head>
1011

1112
<body>

0 commit comments

Comments
 (0)