summaryrefslogtreecommitdiff
path: root/examples/blog/src/consts.ts
blob: b42411da87213052ff2fd4c2e30135ea3c404e8a (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!';