Skip to content

Commit

Permalink
DEX-15414
Browse files Browse the repository at this point in the history
  • Loading branch information
vradulescu-bd committed Nov 24, 2023
1 parent 00d0a4e commit 9aa0950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ const hreflangMap = new Map([
['ro', { baseUrl: 'https://www.bitdefender.ro', pageType: 'html' }],
['nl', { baseUrl: 'https://www.bitdefender.nl', pageType: 'html' }],
['en-GB', { baseUrl: 'https://www.bitdefender.co.uk', pageType: 'html' }],
['zh-hk', { baseUrl: 'https://www.bitdefender.com/zh-hk', pageType: '' }],
['zh-tw', { baseUrl: 'https://www.bitdefender.com/zh-tw', pageType: '' }],
['x-default', { baseUrl: 'https://www.bitdefender.com', pageType: 'html' }],
]);

Expand Down

0 comments on commit 9aa0950

Please sign in to comment.