andyscott-dot-me/src/config.ts

6 lines
235 B
TypeScript
Raw Normal View History

2022-09-14 10:14:29 -04:00
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.
2022-09-24 00:28:30 -04:00
export const SITE_TITLE = 'Manuel Ernesto Garcia';
2022-09-14 10:14:29 -04:00
export const SITE_DESCRIPTION = 'Welcome to my website!';