From e973587698fba4e89f0dfd5325346306b5bcf5d4 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 6 Feb 2024 14:57:19 +0100 Subject: [PATCH] update page URL --- hugo.yaml | 2 +- netlify.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index ae285e2..56a5353 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: https://www.lauka.net/ +baseURL: https://adora.codes/ languageCode: en-us title: "Adoras Website <3" enableGitInfo: true diff --git a/netlify.toml b/netlify.toml index e9baa63..7fcce8d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,9 @@ [[redirects]] - from = "/cv" + from = "https://www.lauka.net/cv" to = "https://cv.lauka.net" status = 301 +[[redirects]] + from = "https://lauka.net/cv" + to = "https://cv.lauka.net" + status = 301 \ No newline at end of file