feat: moved to .dev tld

Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
This commit is contained in:
Louis Vallat 2024-07-27 12:56:36 +02:00
parent 9c1df85890
commit cd27e005a7
Signed by: louis
SSH Key Fingerprint: SHA256:usb9EA8eIADT+Bt0Ne8ZkISCbgPSOYkVgS2iZqdZj8s
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Blog
> This is the source code from [this live website](https://blog.louis-vallat.fr).
> This is the source code from [this live website](https://blog.louis-vallat.dev).
Build it using [Zola](https://www.getzola.org):

View File

@ -1,4 +1,4 @@
base_url = "https://blog.louis-vallat.fr"
base_url = "https://blog.louis-vallat.dev"
title = "Le blog de Louis"
description = "Le blog très simple d'un développeur très compliqué."
@ -28,7 +28,7 @@ menu_items = [
{name = "blog", url = "$BASE_URL"},
{name = "tags", url = "$BASE_URL/tags"},
{name = "archive", url = "$BASE_URL/archive"},
{name = "portfolio", url = "https://louis-vallat.fr"},
{name = "portfolio", url = "https://louis-vallat.dev"},
{name = "gitlab", url = "https://gitlab.com/lovallat", newtab = true},
]