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/'; ---