From 02381d777543e3b35279fae4495c178c77d4c419 Mon Sep 17 00:00:00 2001 From: Elad Pticha Date: Sun, 17 Nov 2024 19:10:05 +0200 Subject: [PATCH] chore: changed base endpoint --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 21687e1..7f55657 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -12,10 +12,10 @@ const config = { favicon: 'https://e5s6t7j5.rocketcdn.me/wp-content/uploads/2020/12/fav2.svg', // Set the production url of your site here - url: 'https://cycodelabs.github.io/', + url: 'https://gitopsecurity.com/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/GitOpsSecurityChampion', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.