Skip to content

Commit 9e09dea

Browse files
committed
Fix preload
1 parent dd0514a commit 9e09dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/keyed/sycamore/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title>Maple</title>
66
<base href="bundled-dist/"></base>
77
<link href="/css/currentStyle.css" rel="stylesheet"/>
8-
<link rel="preload" href="./js-framework-benchmark-sycamore.js" />
9-
<link rel="preload" href="./js-framework-benchmark-sycamore_bg.wasm" />
8+
<link rel="modulepreload" href="./js-framework-benchmark-sycamore.js" />
9+
<link rel="preload" href="./js-framework-benchmark-sycamore_bg.wasm" as="fetch" type="application/wasm" crossorigin />
1010
</head>
1111
<body>
1212
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>

0 commit comments

Comments
 (0)