diff --git a/astro/config.ts b/astro/config.ts index 3a76500..02d7c3e 100644 --- a/astro/config.ts +++ b/astro/config.ts @@ -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`.