This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
986bed8ca4
astro
/
www
/
astro.config.mjs
7 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
WIP: Launch Post (#333) * feat: add blog to `www` * feat: add BlogHeader * wip: add heroImage support * feat: update hero image styling * finalize blog post * use site index instead of blog index * fix: don't use float * chore: copy cleanup * fix: scroll issue on landing page Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-06-08 19:01:46 +00:00
export
default
{
buildOptions
:
{
sitemap
:
true
,
[ci] yarn format
2021-07-20 04:07:49 +00:00
site
:
'https://astro.build/'
,
WIP: Launch Post (#333) * feat: add blog to `www` * feat: add BlogHeader * wip: add heroImage support * feat: update hero image styling * finalize blog post * use site index instead of blog index * fix: don't use float * chore: copy cleanup * fix: scroll issue on landing page Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-06-08 19:01:46 +00:00
}
,
[ci] yarn format
2021-07-20 04:07:49 +00:00
}
;
Reference in a new issue
Copy permalink