diff options
Diffstat (limited to 'examples/blog/src/consts.ts')
-rw-r--r-- | examples/blog/src/consts.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/src/consts.ts b/examples/blog/src/consts.ts index 1d5dbf632..b42411da8 100644 --- a/examples/blog/src/consts.ts +++ b/examples/blog/src/consts.ts @@ -1,5 +1,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!'; +export const SITE_TITLE = 'Astro Blog'; +export const SITE_DESCRIPTION = 'Welcome to my website!';
\ No newline at end of file |