Skip to content

Commit 0289357

Browse files
committed
Added title and description
1 parent ceefb4a commit 0289357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
import BaseLayout from '../layouts/BaseLayout.astro';
33
4-
const title = 'My Astro Blog';
5-
const description = 'The perfect starter for your perfect blog.';
4+
const title = 'rootxjs Blog';
5+
const description = 'Welcome to rootxjs blog.';
66
const permalink = Astro.site.href;
77
---
88

0 commit comments

Comments
 (0)