From b4f755ffcceab2a2ca719d791e76f63ef2869d37 Mon Sep 17 00:00:00 2001 From: elad_pt <124190990+elad-pticha@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:11:43 -0700 Subject: [PATCH] chore: changed base endpoint (#23) --- 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.