diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index a0005c75..85f00790 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -20,10 +20,10 @@ const config = { }, // Set the production url of your site here - url: 'https://langflow-ai.github.io', + url: 'https://docs.openr.ag', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/openrag/', + baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/docs/static/CNAME b/docs/static/CNAME new file mode 100644 index 00000000..5208db85 --- /dev/null +++ b/docs/static/CNAME @@ -0,0 +1 @@ +docs.openr.ag \ No newline at end of file