fix: bundle favicon.svg in sign-in UI instead of cross-service fetch
The sign-in page is served by Logto, not the SaaS app. Referencing /platform/favicon.svg required SecurityConfig permitAll and cross-service routing. Instead, bundle favicon.svg directly in the sign-in UI dist so Logto serves it at /favicon.svg. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sign in — cameleer3</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/platform/favicon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user