Minify
This commit is contained in:
parent
9108bc7321
commit
ae7513f1f9
1 changed files with 5 additions and 6 deletions
|
@ -12,14 +12,13 @@ export const APP = [{
|
||||||
}]
|
}]
|
||||||
|
|
||||||
// Splash
|
// Splash
|
||||||
export const SPLASH = [
|
export const SPLASH = [{
|
||||||
{
|
loading: import.meta.env.LoadingIndicator,
|
||||||
loading: import.meta.env.LoadingIndicator,
|
background: import.meta.env.SplashBackground
|
||||||
background: import.meta.env.SplashBackground
|
}]
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
// Sidebar
|
// Sidebar
|
||||||
|
// Edit your sidebar options in `sidebar.ts`
|
||||||
/// Theming
|
/// Theming
|
||||||
export const SIDEBARTHEMING = [{
|
export const SIDEBARTHEMING = [{
|
||||||
// Edit the "Configuration for Theming" section in the `styles/index.scss`.
|
// Edit the "Configuration for Theming" section in the `styles/index.scss`.
|
||||||
|
|
Reference in a new issue