Skip to content

Commit

Permalink
Update: async load of host-redirect.min.js (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe authored May 27, 2024
1 parent 14029a4 commit 56fa7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
body_class: landing-page not-found
permalink: /404.html
sitemap: false
js:
- url: /assets/js/host-redirect.min.js
---

<div class="not-found__wrapper">
Expand All @@ -26,3 +24,5 @@ <h1>404</h1>
<li><a href="/resources/faq">FAQ</a></li>
</ul>
</div>

<script src="/assets/js/host-redirect.min.js" async></script>

0 comments on commit 56fa7f9

Please sign in to comment.