diff --git a/examples/landing-page/astro/pages/index.astro b/examples/landing-page/astro/pages/index.astro index bf66cf343..ac699f763 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/'; ---