summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/player-url-transform.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/scripts/player-url-transform.ts')
-rw-r--r--packages/frontend/src/scripts/player-url-transform.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/player-url-transform.ts b/packages/frontend/src/scripts/player-url-transform.ts
index 53b2a9e441..39c6df6500 100644
--- a/packages/frontend/src/scripts/player-url-transform.ts
+++ b/packages/frontend/src/scripts/player-url-transform.ts
@@ -2,7 +2,7 @@
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
-import { hostname } from '@/config.js';
+import { hostname } from '@@/js/config.js';
export function transformPlayerUrl(url: string): string {
const urlObj = new URL(url);