0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Added an icon for the website

This commit is contained in:
2025-02-05 00:20:40 +00:00
parent 88464d0240
commit 0deb65fde2
7 changed files with 18 additions and 9 deletions

View File

@ -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>