Files
Flowise/packages/ui/src/config.js
T
2023-04-06 22:17:34 +01:00

10 lines
298 B
JavaScript

const config = {
// basename: only at build time to set, and Don't add '/' at end off BASENAME for breadcrumbs, also Don't put only '/' use blank('') instead,
basename: '',
defaultPath: '/chatflows',
fontFamily: `'Roboto', sans-serif`,
borderRadius: 12
}
export default config