Skip to content

Commit

Permalink
Merge pull request #543 from canopas/deploy-blogs-to-live
Browse files Browse the repository at this point in the history
Deploy: blog to live
  • Loading branch information
cp-sumi-k authored Jan 26, 2024
2 parents 3628a28 + d29df6c commit 30f74db
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 176 deletions.
4 changes: 2 additions & 2 deletions nuxt-frontend/components/partials/NewHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ export default {
},
{
name: "Blog",
url: config.IS_PROD ? config.BLOG_URL : "/blog",
target: config.IS_PROD ? "_blank" : "_self",
target: "_self",
url: "/blog",
event: "tap_header_blog",
},
{
Expand Down
Loading

0 comments on commit 30f74db

Please sign in to comment.