mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
[ci] yarn format
This commit is contained in:
parent
e129cde67d
commit
d6a9afb8e1
2 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
"trailingSlash": false,
|
"trailingSlash": false,
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "/",
|
"source": "/",
|
||||||
"destination": "/getting-started"
|
"destination": "/getting-started"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
"trailingSlash": false,
|
"trailingSlash": false,
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "/docs/:match*",
|
"source": "/docs/:match*",
|
||||||
"destination": "https://docs.astro.build/:match*",
|
"destination": "https://docs.astro.build/:match*",
|
||||||
"permanent": false
|
"permanent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/chat",
|
"source": "/chat",
|
||||||
"destination": "https://discord.gg/grF4GTXXYm"
|
"destination": "https://discord.gg/grF4GTXXYm"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue