@@ -15,7 +15,7 @@ import Page from './libs/page.js';
1515import { UserAgent } from './libs/user-agent/user-agent.js' ;
1616
1717const STICKY_NAVIGATION_SECTION_METADATA_KEY = 'sticky-navigation-item' ;
18- export const ALL_FRANKLIN_DEV_SUBDOMAINS = [ 'localhost' , '.hlx .page' , '.hlx .live' ] ;
18+ export const ALL_FRANKLIN_DEV_SUBDOMAINS = [ 'localhost' , '.aem .page' , '.aem .live' ] ;
1919export const STICKY_NAVIGATION_DATASET_KEY = 'stickyNavName' ;
2020
2121/**
@@ -29,7 +29,7 @@ export const STICKY_NAVIGATION_DATASET_KEY = 'stickyNavName';
2929 */
3030export function sampleRUM ( checkpoint , data = { } ) {
3131 const SESSION_STORAGE_KEY = 'aem-rum' ;
32- sampleRUM . baseURL = sampleRUM . baseURL || new URL ( window . RUM_BASE == null ? 'https://rum.hlx .page' : window . RUM_BASE , window . location ) ;
32+ sampleRUM . baseURL = sampleRUM . baseURL || new URL ( window . RUM_BASE == null ? 'https://rum.aem .page' : window . RUM_BASE , window . location ) ;
3333 sampleRUM . defer = sampleRUM . defer || [ ] ;
3434 const defer = ( fnname ) => {
3535 sampleRUM [ fnname ] = sampleRUM [ fnname ]
@@ -90,7 +90,7 @@ export function sampleRUM(checkpoint, data = {}) {
9090 lazy : ( ) => {
9191 // use classic script to avoid CORS issues
9292 const script = document . createElement ( 'script' ) ;
93- script . src = 'https://rum.hlx .page/.rum/@adobe/helix-rum-enhancer@^1/src/index.js' ;
93+ script . src = 'https://rum.aem .page/.rum/@adobe/helix-rum-enhancer@^1/src/index.js' ;
9494 document . head . appendChild ( script ) ;
9595 return true ;
9696 } ,
0 commit comments