Skip to content

Commit 325c03f

Browse files
authored
fix: update bundles domain (#28)
1 parent 1b4b651 commit 325c03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function assertDomainkeyValid(domain, key) {
5353
throw new Error('missing domain or key');
5454
}
5555
try {
56-
const beurl = new URL(`https://rum.fastly-aem.page/domains/${domain}`);
56+
const beurl = new URL(`https://bundles.aem.page/domains/${domain}`);
5757
beurl.searchParams.set('domainkey', key);
5858

5959
const beresp = await fetch(beurl, {

0 commit comments

Comments
 (0)