mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-10 02:09:02 -06:00
Restructure with dark/light mode toggle component
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
// Place any global data in this file.
|
||||
// You can import this data from anywhere in your site by using the `import` keyword.
|
||||
|
||||
export const SITE_TITLE = 'Astro Blog';
|
||||
export const SITE_DESCRIPTION = 'Welcome to my website!';
|
||||
export const SITE_TITLE = 'UTSA CS Handbook';
|
||||
export const SITE_DESCRIPTION = 'An unofficial guide to the Computer Science program at UTSA';
|
||||
|
||||
Reference in New Issue
Block a user