Skip to content

Commit 2631138

Browse files
committed
Preload spell compendium
1 parent 489aa5e commit 2631138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<meta http-equiv="Cache-Control" content="max-age:86400" />
1717

1818
<link rel="preload" as="script" href="src/navbar.js">
19+
20+
<link rel="preload" as="script" href="data/SpellDB.js">
21+
<link rel="preload" as="script" href="src/spell_compendium.js">
1922
</head>
2023

2124
<body>

0 commit comments

Comments
 (0)