From 34953b58273b3f390e886c35f1bab601d32efe2d Mon Sep 17 00:00:00 2001 From: loviuz Date: Tue, 25 Jun 2024 00:06:24 +0200 Subject: [PATCH] Fix URL --- README.md | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9a73a7..310491f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Repository del sito web di loviuz.me +# Repository del sito web di loviuz.it ## Come compilare ```bash diff --git a/config.toml b/config.toml index d16da60..faf399a 100755 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://loviuz.me" +baseurl = "https://loviuz.it" title = "Loviuz" theme = "hugo-coder" languagecode = "it"