From 31ffb0da87626669684278fc4ae14fb32f31d9f0 Mon Sep 17 00:00:00 2001 From: Shalitha Vikum Date: Fri, 10 Nov 2023 01:16:12 +0530 Subject: [PATCH] Change base url to privacy-framework-99x to make it work with GitHub pages --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7b8d5b1..71fe186 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,9 +14,9 @@ const config = { // Set the production url of your site here url: 'https://your-docusaurus-site.example.com', - // Set the // pathname under which your site is served + // Set the // pathname under which your site is served` // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: 'privacy-framework-99x', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.