summaryrefslogtreecommitdiff
path: root/examples/blog/src/config.ts
blob: 1d5dbf63224e865938ca3a21b44c5f02a8eb55f7 (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 = 'My personal website.';
export const SITE_DESCRIPTION = 'Welcome to my website!';