Skip to content

Commit

Permalink
fix: path to analytics items (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Nov 13, 2023
1 parent f538260 commit 5c16115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/HeaderNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function defaultHostsMapper(
// eslint-disable-next-line @typescript-eslint/no-unused-vars
[Platform.Library]: (origin: string, itemId: string) => origin,
[Platform.Analytics]: (origin: string, itemId: string) =>
`${origin}/${itemId}`,
`${origin}/items/${itemId}`,
};

return Object.fromEntries(
Expand Down

0 comments on commit 5c16115

Please sign in to comment.