From a4cafccb2cd6e4e2e67fccb4a5faa5accc52b24d Mon Sep 17 00:00:00 2001
From: Tommaso De Marchi <tommaso@shellrent.com>
Date: Mon, 5 Feb 2024 10:59:41 +0100
Subject: [PATCH] fix url

---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 3386abd..1c96d6e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,7 +25,7 @@ title_separator          : "-"
 subtitle                 : "A site about me, tech, an other stuff"
 name                     : "Tommaso De Marchi"
 description              : "Welcome to my personal website. Explore insights about me and perhaps discover some posts where I delve into topics that captivate my interest."
-url                      : "https://deamrchi.xyz"
+url                      : "https://demarchi.xyz"
 baseurl                  : "" # the subpath of your site, e.g. "/blog"
 repository               : "tdmdema/tdmdema.github.io"
 teaser                   : "/assets/images/banner-header.jpg"