diff options
author | FOSSEE SysAds | 2024-01-07 13:27:29 +0530 |
---|---|---|
committer | GitHub | 2024-01-07 13:27:29 +0530 |
commit | 158c1ea7475c6ea0261376c16b68a28d952b670a (patch) | |
tree | cd5daf210d433d90681a31701d680fecdc51aba0 | |
parent | 8661cbd8c1ae7495cc26e0fa82f8b0a06f7e2249 (diff) | |
download | astro.on.fossee.in-158c1ea7475c6ea0261376c16b68a28d952b670a.tar.gz astro.on.fossee.in-158c1ea7475c6ea0261376c16b68a28d952b670a.tar.bz2 astro.on.fossee.in-158c1ea7475c6ea0261376c16b68a28d952b670a.zip |
Update index.astro testing deploy
-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 b7475c9..f630e04 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 Aero!</h1> + <h1>🧑🚀 Hello, Astronaut Aero New!</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 |