1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 08:20:41 +01:00

Change preload to modulepreload (#8600)

This commit is contained in:
Bram Kragten
2021-03-09 20:39:08 +01:00
committed by GitHub
parent 7f21a2b319
commit 89ecc8bd2f
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<title>Home Assistant</title>
<link rel="preload" href="<%= latestPageJS %>" as="script" crossorigin="use-credentials" />
<link rel="modulepreload" href="<%= latestPageJS %>" crossorigin="use-credentials" />
<%= renderTemplate('_header') %>
<style>
.content {