Skip to content

Commit

Permalink
Update blog URL in next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dishant0406 committed Apr 5, 2024
1 parent ead2a36 commit b54a942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lazyweb-landing-page/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const nextConfig = {
return [
{
source: "/blog",
destination: "https://lazyweb-blogs-gygcdy0fk-lazywebs-projects.vercel.app/blog",
destination: "https://blog.lazyweb.rocks/blog",
},
{
source: "/blog/:path*",
destination: "https://lazyweb-blogs-gygcdy0fk-lazywebs-projects.vercel.app/blog/:path*",
destination: "https://blog.lazyweb.rocks/blog/:path*",
},
];
},
Expand Down

0 comments on commit b54a942

Please sign in to comment.