mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-06 09:16:53 -06:00
4 lines
209 B
TypeScript
4 lines
209 B
TypeScript
export const SITE_TITLE = 'UTSA CS Handbook';
|
|
export const SITE_DESCRIPTION = 'An unofficial guide to the Computer Science program at UTSA';
|
|
export const GITHUB_URL = 'https://github.com/Xevion/utsa-handbook'
|