mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
8af8b86f0b
* 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>
7 lines
146 B
JSON
7 lines
146 B
JSON
{
|
|
"cleanUrls": true,
|
|
"trailingSlash": false,
|
|
"redirects": [
|
|
{ "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" }
|
|
]
|
|
}
|