summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/landing-page/astro/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
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/';
---