From 61754247111877dbb4ab84aac3e9a1c5180f8caf Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Fri, 15 Aug 2025 17:51:21 +0200 Subject: [PATCH] Implementierung - SEO - 15.08.2025 --- index.html | 7 ++++--- public/favicon.svg | 16 ++++++++++++++++ public/header-logo.svg | 16 ++++++++++++++++ src/components/Layout.tsx | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 public/favicon.svg create mode 100644 public/header-logo.svg diff --git a/index.html b/index.html index c5265f2..a289807 100644 --- a/index.html +++ b/index.html @@ -13,11 +13,11 @@ - + - + @@ -131,7 +131,8 @@ - + + diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..858beba --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/header-logo.svg b/public/header-logo.svg new file mode 100644 index 0000000..858beba --- /dev/null +++ b/public/header-logo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index eaf955f..6b5fb64 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -153,8 +153,8 @@ const Layout = ({ children }: LayoutProps) => { {/* Logo */}