feat: change favicon
This commit is contained in:
parent
be75123a04
commit
cd3f7cf8a1
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -27,7 +27,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
|
|||
<head>
|
||||
<link
|
||||
rel="icon"
|
||||
href={!!process.env.IS_GENERAL ? '/favicon.png' : '/postiz-fav.png'}
|
||||
href="/favicon.ico"
|
||||
sizes="any"
|
||||
/>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in New Issue