1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/astro/config.ts
2023-07-11 05:43:02 -04:00

25 lines
No EOL
1.1 KiB
TypeScript

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// PLEASE DO NOT TOUCH THIS FILE ///
/// This file is pulling data the ".env" file at the root of the project, please edit that file instead. ///
/// If your code editor shows the error "Property 'env' does not exist on type 'ImportMeta'.", please ignore. ///
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
export const APP = [{
name: import.meta.env.Name,
company: import.meta.env.Company,
website: import.meta.env.Website,
support: import.meta.env.Support,
sourcecode: import.meta.env.SourceCode
}]
// Splash
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`.
}]