andyscott-dot-me/src/config.ts

6 lines
244 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-12-10 16:16:18 -05:00
export const SITE_TITLE = "Andy Scott";
export const SITE_DESCRIPTION = "Personal and Portfolio Site for Andy Scott";