ДоьÐбавилление в проект favicons

This commit is contained in:
Web-serfer 2026-04-01 18:35:59 +05:00
parent 0b1db78d41
commit bcf37184e5
8 changed files with 24 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7 KiB

View file

@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View file

@ -11,8 +11,8 @@ import ConsultationModal from "@components/base/ConsultationModal.astro";
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicons/favicon.ico" />
<!-- Yandex верификация --> <!-- Yandex верификация -->
<meta name="yandex-verification" content="be3edfd138348e43" /> <meta name="yandex-verification" content="be3edfd138348e43" />
<title>Автоюрист в Сургуте</title> <title>Автоюрист в Сургуте</title>