mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-24 17:00:48 +03:00
10 lines
298 B
JavaScript
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
|