From 583ff0d4666b245e2317d594949aedc44520a3db Mon Sep 17 00:00:00 2001 From: becarta Date: Thu, 1 May 2025 22:46:00 +0200 Subject: [PATCH] removed forwarding to .eu --- public/robots.txt | 3 ++- src/config.yaml | 2 +- src/layouts/Layout.astro | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index ae3b0ba..49bec24 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,4 @@ User-agent: * Disallow: -Sitemap: https://www.365devnet.eu/sitemap-0.xml \ No newline at end of file + +Sitemap: /sitemap-0.xml \ No newline at end of file diff --git a/src/config.yaml b/src/config.yaml index 6a3ec69..19caa1c 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ site: name: 365DevNet - site: 'https://www.365devnet.eu' + site: '/' base: '/' trailingSlash: ignore diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7c167f0..4bdeb03 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -34,10 +34,10 @@ const { language, textDirection } = I18N; - - - - + + + +