Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 6d81590

Browse files
committed
fix(index): remove preload from script
1 parent a5e7d2a commit 6d81590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="icon" type="image/x-icon" href="/assets/icon/favicon.ico">
2828
<link rel="manifest" href="/manifest.json">
2929

30-
<script rel="preload" src="/build/app.js" as="script"></script>
30+
<script src="/build/app.js" rel="script"></script>
3131
<link href='/assets/fonts/Roboto.css' rel='stylesheet'>
3232
<link href="/assets/fonts/Muli.css" rel="stylesheet">
3333
<!-- <link rel='stylesheet' href="/build/app.css"> Should have this; but it breaks smooth scroll -->

0 commit comments

Comments
 (0)