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"