summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-19 16:31:58 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-19 16:31:58 +0300
commitc0bef878abbd9f957bb3b7588766b336b1963671 (patch)
tree6083e33e1c46b3e0e093b950a2b13453de3c906c
parentb5e59e020ab9a7566c575acdb86470fb2f7254e1 (diff)
Fix favicon
-rw-r--r--Pages/Shared/_Layout.cshtml4
-rw-r--r--wwwroot/assets/favicon.icobin59582 -> 0 bytes
-rw-r--r--wwwroot/assets/favicon.pngbin127706 -> 0 bytes
-rw-r--r--wwwroot/favicon.icobin0 -> 59582 bytes
-rw-r--r--wwwroot/favicon.pngbin0 -> 126898 bytes
5 files changed, 2 insertions, 2 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml
index 29e3ef4..1b48618 100644
--- a/Pages/Shared/_Layout.cshtml
+++ b/Pages/Shared/_Layout.cshtml
@@ -12,8 +12,8 @@
<meta property="og:description" content="Нижнее бельё ручной работы по вашим индивидуальным меркам" />
<meta property="og:image" content="https://mydarlingunderwear.ru/assets/img/bg-signup.jpg" />
<title>My Darling Underwear - нижнее бельё ручной работы</title>
- <link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
- <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico" />
+ <link rel="shortcut icon" type="image/png" href="/favicon.png" />
+ <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<script src="/lib/font-awesome/js/all.js"></script>
<link href="/lib/fancyapps-ui/fancybox.css" rel="stylesheet" />
<link href="/css/styles.css" rel="stylesheet" />
diff --git a/wwwroot/assets/favicon.ico b/wwwroot/assets/favicon.ico
deleted file mode 100644
index 6e26240..0000000
--- a/wwwroot/assets/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/wwwroot/assets/favicon.png b/wwwroot/assets/favicon.png
deleted file mode 100644
index e77207b..0000000
--- a/wwwroot/assets/favicon.png
+++ /dev/null
Binary files differ
diff --git a/wwwroot/favicon.ico b/wwwroot/favicon.ico
new file mode 100644
index 0000000..d0a1fde
--- /dev/null
+++ b/wwwroot/favicon.ico
Binary files differ
diff --git a/wwwroot/favicon.png b/wwwroot/favicon.png
new file mode 100644
index 0000000..1d57ea7
--- /dev/null
+++ b/wwwroot/favicon.png
Binary files differ