From e05889ffbb22c7cac57a25dc57a5885645c06625 Mon Sep 17 00:00:00 2001 From: carlosrcoelho Date: Fri, 23 Jun 2023 17:55:44 -0300 Subject: [PATCH] changed URL --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6a6498d66..b1df8ef45 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,8 +7,8 @@ const lightCodeTheme = require('prism-react-renderer/themes/github'); title: 'LangFlow Documentation', tagline: 'LangFlow is a GUI for LangChain, designed with react-flow', favicon: 'img/favicon.ico', - url: 'https://logspace-ai.github.io', - baseUrl: '/langflow/', + url: 'https://langflow.github.io', + baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', organizationName: 'logspace-ai',