8472b374b3
* feat: new www * fix: add svg favicon * fix: small tweaks * fix: Drew's nitpicks * fix: sizing, tagline * copy: add "astronauts" :) * fix: astro logo color * fix: overflow Co-authored-by: Nate Moore <nate@skypack.dev>
11 lines
171 B
JSON
11 lines
171 B
JSON
{
|
|
"name": "www",
|
|
"version": "1.1.0",
|
|
"scripts": {
|
|
"start": "astro dev .",
|
|
"build": "astro build ."
|
|
},
|
|
"devDependencies": {
|
|
"astro": "file:../"
|
|
}
|
|
}
|