0
Fork 0
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:
natemoo-re 2021-07-20 19:05:48 +00:00 committed by GitHub Actions
parent e129cde67d
commit d6a9afb8e1
2 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@
"cleanUrls": true, "cleanUrls": true,
"trailingSlash": false, "trailingSlash": false,
"redirects": [ "redirects": [
{ {
"source": "/", "source": "/",
"destination": "/getting-started" "destination": "/getting-started"
} }
] ]

View file

@ -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"
} }
] ]