Skip to content

Commit 505382c

Browse files
shsteimerclaude
andcommitted
fix: point embed URLs at preview branch for PR testing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b3695d8 commit 505382c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/embed-tester/embed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<script type="module" src="./scripts.js"></script>
1010
</head>
1111
<body>
12-
<aem-embed url="https://main--diyfire--cloudadoption.aem.live/nav" type="header"></aem-embed>
12+
<aem-embed url="https://feat-embed-content--diyfire--cloudadoption.aem.page/nav" type="header"></aem-embed>
1313

1414
<div id="app"></div>
1515

16-
<aem-embed url="https://main--diyfire--cloudadoption.aem.live/footer" type="footer"></aem-embed>
16+
<aem-embed url="https://feat-embed-content--diyfire--cloudadoption.aem.page/footer" type="footer"></aem-embed>
1717

1818
</body>
1919
</html>

tools/embed-tester/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
useEffect,
77
} from 'https://esm.sh/htm/preact/standalone';
88

9-
const BASE_URL = 'https://main--diyfire--cloudadoption.aem.live';
9+
const BASE_URL = 'https://feat-embed-content--diyfire--cloudadoption.aem.page';
1010

1111
function Card({ title, children }) {
1212
return html`

0 commit comments

Comments
 (0)