Remove hardcoding for preload links.

This commit is contained in:
Dillon Kearns 2019-08-16 18:31:05 -07:00
parent d527f94e36
commit 431fd9d5bd

View File

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