Skip to content

Commit

Permalink
Update pages blocked in UK (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
viphan007 authored Nov 5, 2024
1 parent d1d31ff commit 52cde07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const getLocalizedPath = (pathname, newLocaleCode) => {
return localizedPath
}

export const GB_BLOCKED_PATHS = ['/buy-crypto/', '/sell-crypto/', '/swaps/']
export const GB_BLOCKED_PATHS = ['/buy-crypto/', '/sell-crypto/', '/swaps/', '/news/latest/how-to-sell-crypto-for-cash/', '/news/latest/how-to-buy-crypto/']
export const GB_DISCLAIMER_PATHS = ['/', '/download/', '/swaps/', '/buy-crypto/', '/sell-crypto/', '/swaps/swap-with-portfolio/', '/news/']

export const NO_FOLLOW_URLS = ['/cla/', '/about/']

0 comments on commit 52cde07

Please sign in to comment.