Update about page description

The About page's description is updated to a more personalized message, replacing the generic 'About your blog' explanation with 'A few words about myself.'
This commit is contained in:
2024-05-07 15:49:47 +02:00
parent 9fa2e7e7fb
commit 421fbffe86
+1 -1
View File
@@ -2,7 +2,7 @@
import BaseLayout from '../layouts/BaseLayout.astro';
const title = 'About';
const description = 'About your blog.';
const description = 'A few words about myself.';
const permalink = `${Astro.site.href}about`;
---