Skip to content

Commit

Permalink
chore: fix the product and productArea value inversion (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-ct authored Jun 13, 2024
1 parent 26f4470 commit a18b0a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-suns-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-docs/gatsby-theme-docs': patch
---

Fix product and productArea values
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const useReleaseNotesConfig = () => {

const queryString = buildReleaseNotesQueryString(
OTHER_GROUP_SITE_PREFIXES.includes(pathPrefix) ? 'other' : 'product',
title,
product
product,
title
);
return `/docs/release-notes${queryString}`; // only prod url
};
Expand Down

0 comments on commit a18b0a1

Please sign in to comment.