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 fb88347 commit ffa718eCopy full SHA for ffa718e
app/components/DomExplorer/DomExplorerFrame.vue
@@ -46,7 +46,7 @@ const pipeline = computed(() => {
46
const settings = useDomExplorerSettings();
47
48
const href = computed(() => {
49
- const url = new URL("/dom-explorer", window.location.origin);
+ const url = new URL("/Dom-Explorer/dom-explorer", window.location.origin);
50
url.hash = window.location.hash;
51
52
return url.href;
0 commit comments