summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/get-embed-code.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/scripts/get-embed-code.ts')
-rw-r--r--packages/frontend/src/scripts/get-embed-code.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/get-embed-code.ts b/packages/frontend/src/scripts/get-embed-code.ts
index 007cd6561b..158ab9c7f8 100644
--- a/packages/frontend/src/scripts/get-embed-code.ts
+++ b/packages/frontend/src/scripts/get-embed-code.ts
@@ -5,7 +5,7 @@
import { defineAsyncComponent } from 'vue';
import { v4 as uuid } from 'uuid';
import type { EmbedParams, EmbeddableEntity } from '@@/js/embed-page.js';
-import { url } from '@/config.js';
+import { url } from '@@/js/config.js';
import * as os from '@/os.js';
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
import { defaultEmbedParams, embedRouteWithScrollbar } from '@@/js/embed-page.js';