Change relative path reference for content.json preload tag.

This commit is contained in:
Dillon Kearns 2020-01-20 08:03:59 -08:00
parent 07e445b2cc
commit 3a4881d002

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preload" href="content.json" as="fetch" crossorigin />
<link rel="preload" href="./content.json" as="fetch" crossorigin />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script>