From 2486a7649cf1d04de78f8eceb1085b6274841b46 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Wed, 11 Jan 2023 20:49:39 +0300 Subject: [PATCH] Fix home url, we don't care about multiple locations right now, so there! --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d77b83a..cc387c5 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,7 @@ disableInlineCopyToClipBoard = true title = "Ardour tutorial" weight = 1 languageName = "English" -landingPageURL = "/" +landingPageURL = "https://prokoudine.github.io/ardour-tutorial" #landingPageURL = "/" landingPageName = " Home"