[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,
|
||||
"trailingSlash": false,
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
{
|
||||
"source": "/",
|
||||
"destination": "/getting-started"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
"cleanUrls": true,
|
||||
"trailingSlash": false,
|
||||
"redirects": [
|
||||
{
|
||||
{
|
||||
"source": "/docs/:match*",
|
||||
"destination": "https://docs.astro.build/:match*",
|
||||
"permanent": false
|
||||
},
|
||||
{
|
||||
"source": "/chat",
|
||||
{
|
||||
"source": "/chat",
|
||||
"destination": "https://discord.gg/grF4GTXXYm"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue