We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1416c commit 47aad01Copy full SHA for 47aad01
index.html
@@ -5,6 +5,8 @@
5
<meta charset="UTF-8" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title></title>
8
+ <link rel="preconnect" href="https://fonts.googleapis.com">
9
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
<link href="/src/main.css" rel="stylesheet" />
11
</head>
12
@@ -13,4 +15,4 @@
13
15
<script type="module" src="/src/main.tsx"></script>
14
16
</body>
17
-</html>
18
+</html>
0 commit comments