mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
11 lines
147 B
JSON
11 lines
147 B
JSON
|
{
|
||
|
"cleanUrls": true,
|
||
|
"trailingSlash": false,
|
||
|
"redirects": [
|
||
|
{
|
||
|
"source": "/",
|
||
|
"destination": "/getting-started"
|
||
|
}
|
||
|
]
|
||
|
}
|