We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f4e84 commit 5839722Copy full SHA for 5839722
src/index.ejs
@@ -14,7 +14,7 @@
14
<link rel="preconnect" href="fonts.gstatic.com" />
15
16
<!-- Lazy JS -->
17
- <script src="./bundle/index.js" async defer></script>
+ <script src="./bundle/index.js" defer></script>
18
19
<!-- Google tag (gtag.js) -->
20
<script
@@ -83,9 +83,6 @@
83
/>
84
</head>
85
<body>
86
- <!-- Lazy CSS -->
87
- <link rel="stylesheet" href="./bundle/index.css" />
88
-
89
<div class="fancy-orb-background">
90
<div class="orb orb-red"></div>
91
<div class="orb orb-green"></div>
@@ -178,5 +175,8 @@
178
175
</p>
179
176
</footer>
180
177
</main>
+
+ <!-- Lazy CSS -->
+ <link rel="stylesheet" href="./bundle/index.css" />
181
</body>
182
</html>
0 commit comments