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',