From 754066de4aff7dc0147a5c5528fb3a24d78a1256 Mon Sep 17 00:00:00 2001 From: wambuipixel Date: Mon, 28 Oct 2024 16:31:34 +0300 Subject: [PATCH] add config file Signed-off-by: wambuipixel --- config/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/config.json diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..6e56626 --- /dev/null +++ b/config/config.json @@ -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" + } + } +}