mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-13 02:58:29 -04:00
Use full ico path for webview
This commit is contained in:
@@ -24,7 +24,7 @@ export default function Document() {
|
||||
{/*/!* Link to your manifest *!/*/}
|
||||
<link rel="manifest" href="/manifest.json"/>
|
||||
{/*/!* App icons *!/*/}
|
||||
<link rel="apple-touch-icon" href="/favicon.ico"/>
|
||||
<link rel="apple-touch-icon" href="https://www.compassmeet.com/favicon.ico"/>
|
||||
|
||||
<Script src="/init-theme.js" strategy="beforeInteractive"/>
|
||||
{IS_DEPLOYED && <Script id="devtools-warning" strategy="afterInteractive" dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user