Skip to content

Commit 15960a9

Browse files
author
Ives van Hoorne
committed
Link fixes
1 parent 431d4c7 commit 15960a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
2323
<link rel="shortcut icon" href="./favicon.ico">
2424
<link rel="manifest" href="/manifest.json">
25-
<link rel="preload" as="font" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source+Code+Pro:500" rel="stylesheet">
25+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source+Code+Pro:500" rel="stylesheet">
2626
<title>CodeSandbox</title>
2727

2828
<!-- AMD Loader for Monaco -->
@@ -40,7 +40,7 @@
4040
})(window, document, 'script', 'dataLayer', 'GTM-T3L6RFK');
4141
</script>
4242
<!-- End Google Tag Manager -->
43-
<script async src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous"></script>
43+
<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous"></script>
4444
<!-- <script async src="//cdn.headwayapp.co/widget.js"></script> -->
4545

4646
<script async rel="prefetch" src="https://js.stripe.com/v3/"></script>

0 commit comments

Comments
 (0)