From b054f29e748ab32488692ccf02076ab45bfa9341 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 10 Nov 2022 19:08:07 +0100 Subject: [PATCH] feat(landing-page): test auto deploy commit --- apps/landing-page/src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro index 0e1d86f..c061fd2 100644 --- a/apps/landing-page/src/pages/index.astro +++ b/apps/landing-page/src/pages/index.astro @@ -9,7 +9,7 @@ import Starfield from "~/components/starfield.astro"; const { site } = Astro; const image = new URL("social.jpg", site); const description = - "Build fast websites, faster. Astro is a new kind of site builder for the modern web. Lightning-fast performance meets powerful developer experience."; + "Library of components and utilities for building reactive web applications with Astro."; --- @@ -19,7 +19,7 @@ const description = - Astro Reactive + Astro Reactive | {description}