From 617b0b18597d2b2ccef502d628a5f264f43afa93 Mon Sep 17 00:00:00 2001 From: aditya Date: Sat, 17 Jun 2023 23:46:12 +0530 Subject: [PATCH] fix config.toml to point to a real URL --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 1d7c819..c09b791 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,3 @@ -baseURL = 'http://example.org/' +baseURL = 'https://adityakumar.xyz/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = "Aditya's Website"