Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
Signed-off-by: wambuipixel <[email protected]>
  • Loading branch information
wambui-pixel committed Oct 28, 2024
1 parent af83e34 commit 754066d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"Configuration": {
"font": "roboto",
"logo": {
"src": {
"defaultLogo": "cube-ai-logo.svg",
"altLogo": "cube-ai-logo.svg"
},
"alt": "Cube AI Logo",
"height": 64,
"width": 250,
"mobileWidth": 50,
"mobileHeight": 64,
"homeTopbarWidth": 40,
"homeTopbarHeight": 64,
"navbarWidth": 60,
"navbarHeight": 64,
"link": "https://github.com/ultravioletrs/cube"
}
}
}

0 comments on commit 754066d

Please sign in to comment.