changed baseUrl

This commit is contained in:
carlosrcoelho 2023-06-26 16:19:24 -03:00
commit ad55d8f4c7

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