From cee9174c5d041117623004819ef7d52236b8cfbd Mon Sep 17 00:00:00 2001 From: katamartin Date: Tue, 18 Apr 2023 09:09:46 -0700 Subject: [PATCH] Try rewriting to readthedocs site --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 532a121..f24059e 100644 --- a/vercel.json +++ b/vercel.json @@ -6,7 +6,7 @@ }, { "source": "/cmip6-downscaling(.*)", - "destination": "https://cmip6-downscaling.docs.carbonplan.org/cmip6-downscaling$1" + "destination": "https://sphinx-rtd-tutorial.readthedocs.io/$1" }, { "source": "/charts(.*)",