From 7598e79e84bfc8f3a238b3d2951e620816a6b735 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 28 Oct 2024 15:06:48 +0100 Subject: [PATCH] change recipes redirect --- www/apps/book/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/book/next.config.mjs b/www/apps/book/next.config.mjs index 96b325b940ee9..f460bf4d23591 100644 --- a/www/apps/book/next.config.mjs +++ b/www/apps/book/next.config.mjs @@ -159,7 +159,7 @@ const nextConfig = { }, { source: "/recipes/:path*", - destination: "/v1/recipes/:path*", + destination: "/resources/recipes", permanent: true }, {