d54588c7a4
* add new blog template * update placeholder images * use svg favicon * Update examples/blog/src/pages/blog/using-mdx.mdx Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fred pass * more fred pass Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
5 lines
234 B
TypeScript
5 lines
234 B
TypeScript
// 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!';
|