mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
Remove hardcoding for preload links.
This commit is contained in:
parent
d527f94e36
commit
431fd9d5bd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user