diff --git a/src/config.ts b/src/config.ts index 153e9d6..e3772c8 100644 --- a/src/config.ts +++ b/src/config.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 = 'Astro Personal Website Template'; -export const SITE_DESCRIPTION = 'Astro personal website template'; +export const SITE_TITLE = 'Astro Minimalist Personal Website Template'; +export const SITE_DESCRIPTION = 'Astro Minimalist Personal Website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.';