Skip to content

Commit

Permalink
chore: update rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji committed Feb 1, 2024
1 parent 3847284 commit cb6a3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
}
];
}
Expand Down

0 comments on commit cb6a3f6

Please sign in to comment.