andyscott-dot-me/src/config.ts

6 lines
379 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-10-01 07:28:55 -04:00
export const SITE_TITLE = 'Astro Modern Personal Website Template';
export const SITE_DESCRIPTION = 'Astro Modern Personal Website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.';