flowise / packages /ui /src /config.js
rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
298 Bytes
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