mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-25 05:06:18 +00:00
* fix issues with develop and serve * fix get image data, use hassUrl * save picture-upload * Update bundje.cjs * Prettier * Fix profile picture in dev serve mode * person badge too --------- Co-authored-by: Wendelin <w@pe8.at>
7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
<meta charset="utf-8" />
|
|
<link rel="manifest" href="<%= hassUrl %>/manifest.json" crossorigin="use-credentials" />
|
|
<link rel="icon" href="/static/icons/favicon.ico" />
|
|
<% for (const entry of latestEntryJS) { %>
|
|
<link rel="modulepreload" href="<%= entry %>" crossorigin="use-credentials" />
|
|
<% } %>
|