diff --git a/configurator/src/components/shell/PreviewPanel.svelte b/configurator/src/components/shell/PreviewPanel.svelte index 2089d597..1f222407 100644 --- a/configurator/src/components/shell/PreviewPanel.svelte +++ b/configurator/src/components/shell/PreviewPanel.svelte @@ -186,14 +186,18 @@ .pv-card--soft{background:var(--sf-color-primary-100);color:var(--sf-color-primary-700);}`; } + // preventDefault on the nav links: the preview iframe keeps allow-same-origin + // (needed for contentDocument access above), so a real href would let the + // frame navigate itself to the app's own origin, loading the whole + // configurator recursively inside the tiny preview pane. const MARKETING_BODY = `
SlashedUI