summaryrefslogtreecommitdiff
path: root/src/client/scripts/popout.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/scripts/popout.ts')
-rw-r--r--src/client/scripts/popout.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/scripts/popout.ts b/src/client/scripts/popout.ts
index 51b8d72868..6d92af4a05 100644
--- a/src/client/scripts/popout.ts
+++ b/src/client/scripts/popout.ts
@@ -1,4 +1,4 @@
-import * as config from '@/config';
+import * as config from '@client/config';
export function popout(path: string, w?: HTMLElement) {
let url = path.startsWith('http://') || path.startsWith('https://') ? path : config.url + path;