diff --git a/config.toml b/config.toml index 50a19c7..9d2ba64 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ baseURL = "https://rayelliott.dev/blog/" +canonifyURLs = true languageCode = "en-us" title = "RayElliottDev" @@ -39,20 +40,20 @@ url = "https://git.rayelliott.dev" [[menu.main]] name = "About" weight = 3 - url = "/about/" + url = "about/" [[menu.main]] name = "Portfolio" weight = 5 - url = "/categories/portfolio/" + url = "categories/portfolio/" [[menu.main]] name = "Posts" weight = 10 - url ="/posts/" + url ="posts/" [[menu.main]] name = "Categories" weight = 20 - url = "/categories/" + url = "categories/" [[menu.main]] name = "Tags" weight = 30 - url = "/tags/" + url = "tags/"