From c931f5bd5bc13cf5f0321fda10ed63ae633e9898 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 16 Mar 2019 16:08:12 +0100 Subject: [PATCH] change base url --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index ce20e08..086d093 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://www.ducamps.win/starter/" # Your domain name. Must end with "/" +baseurl = "" # Your domain name. Must end with "/" languageCode = "FR-fr" defaultContentLanguage = "fr" isMultilingual = false @@ -47,10 +47,10 @@ pygmentsCodefences = true text = "Diskstation" [[params.mainMenu]] - link = "/link" + link = "/starter/link" text = "Link" [[params.mainMenu]] - link = "/about" + link = "/starter/about" text = "A Propos"