From fb4bc0c6c1d0ff2e19dd3316fb6874dcf85bc084 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 10 Nov 2022 20:06:12 +0100 Subject: [PATCH] chore: test commit to trigger deploy --- apps/landing-page/src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro index c061fd2..f1a5b3c 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 = - "Library of components and utilities for building reactive web applications with Astro."; + "Library of components and utilities for building reactive web applications with Astro 🚀"; ---