feat(site): defer prism.js in demo page
This commit is contained in:
parent
7c69e0ba94
commit
f5dfdcc0c8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<my-head>
|
<my-head>
|
||||||
<title>Demo | McFly: Back to the Basics. Into the Future.</title>
|
<title>Demo | McFly: Back to the Basics. Into the Future.</title>
|
||||||
<link rel="stylesheet" href="/prism.css" />
|
<link rel="stylesheet" href="/prism.css" />
|
||||||
<script src="/prism.js"></script>
|
<script src="/prism.js" defer></script>
|
||||||
<script server:setup>
|
<script server:setup>
|
||||||
const name = "Nitro";
|
const name = "Nitro";
|
||||||
let greeting = {
|
let greeting = {
|
||||||
|
|
Loading…
Reference in a new issue