blob: 0df8a61f4cf7fdb0dc8c67593a24c46032e0d1f7 (
plain) (
blame)
1
2
3
4
5
|
// 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 = 'Astro Blog';
export const SITE_DESCRIPTION = 'Welcome to my website!';
|