From 650adb96e8f672dea6753433c6e3c5c1487af1b7 Mon Sep 17 00:00:00 2001 From: oseer williams Date: Tue, 14 May 2024 12:41:02 -0400 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3d35ea28da..4ad8ad9c09 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -18,7 +18,7 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://owilliams320.github.io', + url: 'https://teradata.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl, @@ -104,7 +104,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. routeBasePath: 'whatsnew', - editUrl: `https://github.com/owilliams320/${projectName}/tree/main`, + editUrl: `https://github.com/teradata/${projectName}/tree/main`, }, theme: { customCss: ['./node_modules/@covalent/tokens/index.css', './src/css/custom.css'],