We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceefb4a commit 0289357Copy full SHA for 0289357
src/pages/index.astro
@@ -1,8 +1,8 @@
1
---
2
import BaseLayout from '../layouts/BaseLayout.astro';
3
4
-const title = 'My Astro Blog';
5
-const description = 'The perfect starter for your perfect blog.';
+const title = 'rootxjs Blog';
+const description = 'Welcome to rootxjs blog.';
6
const permalink = Astro.site.href;
7
8
0 commit comments