changed baseUrl

This commit is contained in:
carlosrcoelho 2023-06-23 17:05:47 -03:00
commit 78bd6c19a2
28 changed files with 251 additions and 251 deletions

View file

@ -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://langflow.docs.com',
baseUrl: '/',
baseUrl: '/langflow/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
organizationName: 'logspace-ai',