mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-12 15:20:48 -05:00
5 lines
235 B
TypeScript
5 lines
235 B
TypeScript
// 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 = 'Manuel Ernesto Garcia';
|
|
export const SITE_DESCRIPTION = 'Welcome to my website!';
|