From cb6a3f6ac3922459db801cc848c41bf2b4113af7 Mon Sep 17 00:00:00 2001 From: Bolaji Ayodeji Date: Thu, 1 Feb 2024 16:20:06 +0100 Subject: [PATCH] chore: update rewrites --- next.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 36b0b8b..e7612b2 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -22,11 +22,11 @@ const nextConfig = { return [ { source: "/blog", - destination: "https://hh-store.vercel.app/blog" + destination: "https://hh-store-blog.vercel.app/blog" }, { source: "/blog/:path*", - destination: "https://hh-store.vercel.app/blog/:path*" + destination: "https://hh-store-blog.vercel.app/blog/:path*" } ]; }