From ad55d8f4c7c97139900a2104bff55cbc295f9c52 Mon Sep 17 00:00:00 2001 From: carlosrcoelho Date: Mon, 26 Jun 2023 16:19:24 -0300 Subject: [PATCH] changed baseUrl --- 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 6a6498d66..16a44861a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -8,7 +8,7 @@ const lightCodeTheme = require('prism-react-renderer/themes/github'); tagline: 'LangFlow is a GUI for LangChain, designed with react-flow', favicon: 'img/favicon.ico', url: 'https://logspace-ai.github.io', - baseUrl: '/langflow/', + baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', organizationName: 'logspace-ai',