From d6a9afb8e186a0481dc9d8a37e682958471dd8e7 Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Tue, 20 Jul 2021 19:05:48 +0000 Subject: [PATCH] [ci] yarn format --- docs/vercel.json | 4 ++-- www/vercel.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/vercel.json b/docs/vercel.json index 93f804282..9e0638fd8 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -2,8 +2,8 @@ "cleanUrls": true, "trailingSlash": false, "redirects": [ - { - "source": "/", + { + "source": "/", "destination": "/getting-started" } ] diff --git a/www/vercel.json b/www/vercel.json index 25bfe6ed5..db751a010 100644 --- a/www/vercel.json +++ b/www/vercel.json @@ -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" } ]