From 721a295866f3b25262be52fc2fb8304b813b3ff6 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:50:47 -0400 Subject: [PATCH] comment-out-prod-url --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 22c0944f..3c99f2a2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -20,7 +20,7 @@ const config = { }, // Set the production url of your site here - url: 'https://openrag.io', + // url: 'https://openrag.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/',