Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchika4 authored Mar 6, 2025
1 parent 64d8d61 commit 34955bb
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CONFIG = {
// fallbackRouting: 'off',
decorateArea,
live: {
pdfViewerClientId: '7eccb9df7f684a54abc5b28e8b0044f3',
pdfViewerClientId: 'cbaeef5374204b1c9fce05067674351b',
edgeConfigId: '72b074a6-76d2-43de-a210-124acc734f1c',
},
stage: {
Expand All @@ -38,17 +38,25 @@ const CONFIG = {
pdfViewerClientId: '2247575709e1419c90edba7caeb215ad',
edgeConfigId: '913eac4d-900b-45e8-9ee7-306216765cd2',
},
page: {
pdfViewerClientId: 'a047957d3f3d46c08affb18ac02a1bc9',
},
hlxPage: {
pdfViewerClientId: 'df45ae024b7a4a9fbeb7d306075c7749',
},
hlxLive: {
pdfViewerClientId: '3a0c922fabdf4178804a3dfa410a254f',
},
locales: {
'': { ietf: 'en-US', tk: 'hah7vzn.css' },
en: { ietf: 'en-US', tk: 'hah7vzn.css' },
br: { ietf: 'pt-BR', tk: 'inq1xob.css' },
de: { ietf: 'de', tk: 'hah7vzn.css' },
ko: { ietf: 'ko', tk: 'zfo3ouc' },
en: { ietf: 'en-US', tk: 'hah7vzn.css' },
es: { ietf: 'es', tk: 'oln4yqj.css' },
fr: { ietf: 'fr', tk: 'vrk5vyv.css' },
it: { ietf: 'it', tk: 'bbf5pok.css' },
jp: { ietf: 'ja-JP', tk: 'dvg6awq' },
kr: { ietf: 'ko', tk: 'qjs5sfm' },
br: { ietf: 'pt-BR', tk: 'inq1xob.css' },
ja: { ietf: 'ja-JP', tk: 'dvg6awq' },
ko: { ietf: 'ko', tk: 'qjs5sfm' },
'en/uk': { ietf: 'en', tk: 'hah7vzn.css' },
'en/apac': { ietf: 'en', tk: 'hah7vzn.css' },
},
Expand Down

0 comments on commit 34955bb

Please sign in to comment.