update landing page
This commit is contained in:
parent
33c7b953b5
commit
d2d0ddad82
2 changed files with 3 additions and 2 deletions
3
examples/landing-page/.gitignore
vendored
3
examples/landing-page/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
node_modules
|
node_modules
|
||||||
_site
|
_site
|
||||||
|
.vercel
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
let title = 'astro.build';
|
let title = 'astro.build';
|
||||||
let description = 'A better way to build a (static) site.';
|
let description = 'web development, evolved.';
|
||||||
let permalink = 'https://astro.build/';
|
let permalink = 'https://astro.build/';
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue