feat: replace header icon and favicon with brand image

This commit is contained in:
Kirill
2026-05-24 20:29:17 +05:00
parent 9ce3375088
commit ca302c4e2d
9 changed files with 24 additions and 42 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/avif" href="/favicon-320.avif" sizes="32x32" />
<link rel="icon" type="image/webp" href="/favicon-320.webp" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon-640.avif" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
@@ -13,7 +16,7 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="Любимый Креатив — Изделия ручной работы" />
<meta property="og:description" content="Игрушки, сувениры и другие уникальные изделия ручной работы." />
<meta property="og:image" content="/favicon.svg" />
<meta property="og:image" content="/favicon-640.avif" />
<meta property="og:locale" content="ru_RU" />
<link rel="canonical" href="https://любимыйкреатив.рф/" />
</head>