diff --git a/config/home/_default/config.toml b/config/home/_default/config.toml index 554cf5e..1395a34 100644 --- a/config/home/_default/config.toml +++ b/config/home/_default/config.toml @@ -1,4 +1,4 @@ -baseURL = "/tutorials" +baseURL = "/" title = "GroupDocs API References" staticdir = 'content/static' enableRobotsTXT = true diff --git a/config/home/production/config.toml b/config/home/production/config.toml index 0f9c284..3dfea5c 100644 --- a/config/home/production/config.toml +++ b/config/home/production/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://tutorials.groupdocs.com/tutorials" +baseURL = "https://tutorials.groupdocs.com" # Google Tag Manager settings [params.gtm] diff --git a/config/home/staging/config.toml b/config/home/staging/config.toml index 5e0aafd..4e66642 100644 --- a/config/home/staging/config.toml +++ b/config/home/staging/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://qa-tutorials.groupdocs.com/tutorials" +baseURL = "https://qa-tutorials.groupdocs.com" [[deployment.targets]] name = "Stage"