From a3dedc43b5759da0c7c934dc4857f0d496ebf2bd Mon Sep 17 00:00:00 2001 From: JGS3089 <145158937+JGS3089@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:12:51 -0400 Subject: [PATCH] Update vercel.json - 1025 (#8330) * Update vercel.json - 1025 * Update vercel.json --------- Co-authored-by: Liza Mock Co-authored-by: Liza Mock --- vercel.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/vercel.json b/vercel.json index 017a9642ed28a..8aa88ab2c8209 100644 --- a/vercel.json +++ b/vercel.json @@ -861,6 +861,22 @@ "destination": "/platforms/apple/guides/watchos/integrations/" }, { + "source": "/platforms/javascript/guides/gatsby/sourcemaps/tools/systemjs/", + "destination": "/platforms/javascript/guides/gatsby/sourcemaps/" + }, + { + "source": "/platforms/javascript/guides/nextjs/manual/", + "destination": "/platforms/javascript/guides/nextjs/" + }, + { + "source": "/platforms/javascript/guides/react/components/errorboundary/", + "destination": "/platforms/javascript/guides/react/" + }, + { + "source": "/platforms/javascript/guides/react/components/profiler/", + "destination": "/platforms/javascript/guides/react/" + }, + { "source": "/platforms/javascript/guides/remix/install/cdn/", "destination": "/platforms/javascript/guides/remix/#install" },