Skip to content

Commit

Permalink
Update libs/features/personalization/personalization.js
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Peyer <[email protected]>
  • Loading branch information
vgoodric and chrischrischris authored May 7, 2024
1 parent 02725c1 commit 94d7d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/features/personalization/personalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const normalizePath = (p, localize = true) => {
const firstFolder = url.pathname.split('/')[1];
if (!localize
|| config.locale.ietf === 'en-US'
|| url.hash === '#_dnt'
|| url.hash.includes('#_dnt')
|| firstFolder in config.locales
|| path.includes('.json')) {
path = url.pathname;
Expand Down

0 comments on commit 94d7d0e

Please sign in to comment.