From 82030128c9eee326a42cd6504a23a35776245212 Mon Sep 17 00:00:00 2001 From: adil-aspose <83574456+adil-aspose@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:05:11 +0500 Subject: [PATCH 1/2] Update config.toml --- config/home/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ababb4eadd1f10e7b7a9de1f00d412fbcc5144cb Mon Sep 17 00:00:00 2001 From: adil-aspose <83574456+adil-aspose@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:09:47 +0500 Subject: [PATCH 2/2] Optimization --- config/home/production/config.toml | 2 +- config/home/staging/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"