summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-03-29 10:46:35 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-03-29 10:46:35 -0700
commit33c7b953b515797569870059022a53d16421792b (patch)
tree68c2fb4d75d0abbeb942b81e86930c966a9a33aa
parentae8840bf8f8f67f42cb5961512ba20379c61c049 (diff)
downloadastro-33c7b953b515797569870059022a53d16421792b.tar.gz
astro-33c7b953b515797569870059022a53d16421792b.tar.zst
astro-33c7b953b515797569870059022a53d16421792b.zip
update site title
-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/';
---