Project Configuration
Configuration option for entire DashboardKit Template
// imports from the project
export const BASE_URL = '/dashboard/sales';
export const BASE_TITLE = ' | DashboardKit React Bootstrap 5 Admin Template';
// -----------------------|| Application default Configuration ||-----------------------//
export const CONFIG = {
layout: 'vertical', // vertical, horizontal
layoutType: 'dark-sidebar', // light-sidebar
pageType: '', // app-dark-mode
colorBrand: '', // bg-primary, bg-danger, bg-warning, bg-info, bg-success, bg-dark
headerBackColor: '' // bg-primary, bg-danger, bg-warning, bg-info, bg-success, bg-dark
};
Last updated