1
Fork 0
This commit is contained in:
Korbs 2023-07-11 05:43:02 -04:00
parent 9108bc7321
commit ae7513f1f9
No known key found for this signature in database

View file

@ -12,14 +12,13 @@ export const APP = [{
}]
// Splash
export const SPLASH = [
{
loading: import.meta.env.LoadingIndicator,
background: import.meta.env.SplashBackground
}
]
export const SPLASH = [{
loading: import.meta.env.LoadingIndicator,
background: import.meta.env.SplashBackground
}]
// Sidebar
// Edit your sidebar options in `sidebar.ts`
/// Theming
export const SIDEBARTHEMING = [{
// Edit the "Configuration for Theming" section in the `styles/index.scss`.