From 1b99836522a2c9b1288835469fa3b5456260d578 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 20 Oct 2019 08:52:29 +0200 Subject: [PATCH] point to correct path with a move to running behind reverse proxy some of the paths needed to be adjusted --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 11074af..c401ce1 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "/~y192235/" +baseurl = "/" languageCode = "en-us" theme = "hello-friend-ng" @@ -25,7 +25,7 @@ theme = "hello-friend-ng" [params.logo] logoText = "dotya.ml" - logoHomeLink = "/~y192235/" + logoHomeLink = "/" [[params.social]] name = "telegram" @@ -45,7 +45,7 @@ theme = "hello-friend-ng" [languages.en.params.logo] logoText = "dotya.ml" - logoHomeLink = "/~y192235/" + logoHomeLink = "/" # or # # path = "/img/your-example-logo.svg"