We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4b651 commit 325c03fCopy full SHA for 325c03f
src/index.js
@@ -53,7 +53,7 @@ async function assertDomainkeyValid(domain, key) {
53
throw new Error('missing domain or key');
54
}
55
try {
56
- const beurl = new URL(`https://rum.fastly-aem.page/domains/${domain}`);
+ const beurl = new URL(`https://bundles.aem.page/domains/${domain}`);
57
beurl.searchParams.set('domainkey', key);
58
59
const beresp = await fetch(beurl, {
0 commit comments