This commit is contained in:
Timothy Jaeryang Baek
2025-09-15 11:05:26 -05:00
parent dd6f83e9c5
commit 48ed800d91
2 changed files with 11 additions and 10 deletions

View File

@@ -694,6 +694,16 @@
<svelte:head>
<title>{$WEBUI_NAME}</title>
<link crossorigin="anonymous" rel="icon" href="{WEBUI_BASE_URL}/static/favicon.png" />
<meta name="apple-mobile-web-app-title" content={$WEBUI_NAME} />
<meta name="description" content={$WEBUI_NAME} />
<link
rel="search"
type="application/opensearchdescription+xml"
title={$WEBUI_NAME}
href="/opensearch.xml"
crossorigin="use-credentials"
/>
</svelte:head>
{#if showRefresh}