From ae7513f1f9c9b400b780906011d2643111cd000d Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 11 Jul 2023 05:43:02 -0400 Subject: [PATCH] Minify --- astro/config.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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`.