From d2d0ddad82d9b129bb62d7879b44f3530bb41471 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 29 Mar 2021 11:33:14 -0700 Subject: [PATCH] update landing page --- examples/landing-page/.gitignore | 3 ++- examples/landing-page/astro/pages/index.astro | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/landing-page/.gitignore b/examples/landing-page/.gitignore index 888e5be06..6a66fc8ca 100644 --- a/examples/landing-page/.gitignore +++ b/examples/landing-page/.gitignore @@ -1,4 +1,5 @@ .DS_Store build node_modules -_site \ No newline at end of file +_site +.vercel diff --git a/examples/landing-page/astro/pages/index.astro b/examples/landing-page/astro/pages/index.astro index ac699f763..71ff5b399 100644 --- a/examples/landing-page/astro/pages/index.astro +++ b/examples/landing-page/astro/pages/index.astro @@ -1,6 +1,6 @@ --- let title = 'astro.build'; -let description = 'A better way to build a (static) site.'; +let description = 'web development, evolved.'; let permalink = 'https://astro.build/'; ---