mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Added an icon for the website
This commit is contained in:
@ -21,4 +21,9 @@ const { description, title } = Astro.props;
|
||||
<link href={canonicalURL} rel="canonical" />
|
||||
|
||||
<title>{title}</title>
|
||||
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user