diff options
author | FOSSEE SysAds | 2024-01-07 12:51:46 +0530 |
---|---|---|
committer | GitHub | 2024-01-07 12:51:46 +0530 |
commit | d430488e63389f1586a201e894ac2411a0e6339e (patch) | |
tree | 8c2554173799563d472164962ecf20e92928ca02 | |
parent | 83a4f22bd248e695e16b7ce42522b1288be0e8a2 (diff) | |
download | astro.on.fossee.in-d430488e63389f1586a201e894ac2411a0e6339e.tar.gz astro.on.fossee.in-d430488e63389f1586a201e894ac2411a0e6339e.tar.bz2 astro.on.fossee.in-d430488e63389f1586a201e894ac2411a0e6339e.zip |
Update index.astro
-rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 5113c8e..b7475c9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; <body> <Header title={SITE_TITLE} /> <main> - <h1>🧑🚀 Hello, Astronaut!</h1> + <h1>🧑🚀 Hello, Astronaut Aero!</h1> <p> Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This template serves as a lightweight, minimally-styled starting point for anyone looking to build |