Skip to content

Commit ffa718e

Browse files
committed
Fix embed link
1 parent fb88347 commit ffa718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/DomExplorer/DomExplorerFrame.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const pipeline = computed(() => {
4646
const settings = useDomExplorerSettings();
4747
4848
const href = computed(() => {
49-
const url = new URL("/dom-explorer", window.location.origin);
49+
const url = new URL("/Dom-Explorer/dom-explorer", window.location.origin);
5050
url.hash = window.location.hash;
5151
5252
return url.href;

0 commit comments

Comments
 (0)