From 33c7b953b515797569870059022a53d16421792b Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 29 Mar 2021 10:46:35 -0700 Subject: [PATCH] update site title --- examples/landing-page/astro/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/landing-page/astro/pages/index.astro b/examples/landing-page/astro/pages/index.astro index bf66cf3435..ac699f7639 100644 --- a/examples/landing-page/astro/pages/index.astro +++ b/examples/landing-page/astro/pages/index.astro @@ -1,5 +1,5 @@ --- -let title = 'Astro'; +let title = 'astro.build'; let description = 'A better way to build a (static) site.'; let permalink = 'https://astro.build/'; ---