🐛 fix: comment out favicon links in admin and user HTML files for clarity; update icon type to support all image formats in route files
This commit is contained in:
@@ -50,7 +50,7 @@ export const Route = createRootRouteWithContext()({
|
||||
<meta content={description} name="description" />
|
||||
<meta content={keywords} name="keywords" />
|
||||
<link href={url} rel="canonical" />
|
||||
<link href={logo} rel="icon" type="image/svg+xml" />
|
||||
<link href={logo} rel="icon" type="image/*" />
|
||||
<link href={logo} rel="apple-touch-icon" sizes="180x180" />
|
||||
<link href="/site.webmanifest" rel="manifest" />
|
||||
</Helmet>
|
||||
|
||||
Reference in New Issue
Block a user