mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
🐛 Fix favicon link
This commit is contained in:
parent
cd2501684e
commit
fd8d8e0354
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export default function Document() {
|
|||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="/favicon-128.png"
|
||||
href="/favicon-128x128.png"
|
||||
sizes="128x128"
|
||||
/>
|
||||
<meta name="application-name" content="Rallly" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue