diff --git a/frontend/public/favicon-default.ico b/frontend/public/favicon-default.ico new file mode 100644 index 0000000..9fda6e6 Binary files /dev/null and b/frontend/public/favicon-default.ico differ diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index f157bd1..22e13e5 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1,9 +1,48 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/pages/favicon.ico.ts b/frontend/src/pages/favicon.ico.ts index fba62f8..89487fb 100644 --- a/frontend/src/pages/favicon.ico.ts +++ b/frontend/src/pages/favicon.ico.ts @@ -3,7 +3,7 @@ import type { APIRoute } from 'astro' import { createApiClient, DEFAULT_SITE_SETTINGS } from '../lib/api/client' function resolveFaviconTarget(requestUrl: URL, configured: string | undefined) { - const fallbackTarget = '/favicon.svg' + const fallbackTarget = '/favicon-default.ico' const candidate = configured?.trim() if (!candidate) {