From e98d98308b460ec3fdc5e382e20bb27f88edbb53 Mon Sep 17 00:00:00 2001 From: Shana Matthews Date: Tue, 13 Jun 2023 12:20:12 -0700 Subject: [PATCH] add redirects for sourcemaps best practices --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 1e875c3dc16bc0..098e399b2e97f9 100644 --- a/vercel.json +++ b/vercel.json @@ -423,6 +423,10 @@ { "source": "/platforms/python/guides/([^/]*)/configuration/integrations/flask/", "destination": "/platforms/python/guides/flask/" + }, + { + "source": "/platforms/node/guides/([^/]*)/sourcemaps/best-practices/", + "destination": "/platforms/node/guides/$1/sourcemaps/" } ] }