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
|
||||
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`.
|
||||
|
|
Reference in a new issue