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