summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkAccountMoved.vue
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-02 16:05:12 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-02 17:39:38 -0500
commit284b87dae85a356dd543a03f81d12031b11f7554 (patch)
tree5df602a3d98fbf9a8f457fab3d749707bfd89cde /packages/frontend/src/components/MkAccountMoved.vue
parentmerge: Release/2025.4.5 (!1258) (diff)
downloadsharkey-284b87dae85a356dd543a03f81d12031b11f7554.tar.gz
sharkey-284b87dae85a356dd543a03f81d12031b11f7554.tar.bz2
sharkey-284b87dae85a356dd543a03f81d12031b11f7554.zip
split url into webUrl and localUrl (like mastodon)
Diffstat (limited to 'packages/frontend/src/components/MkAccountMoved.vue')
-rw-r--r--packages/frontend/src/components/MkAccountMoved.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkAccountMoved.vue b/packages/frontend/src/components/MkAccountMoved.vue
index cb8032c019..e101c04793 100644
--- a/packages/frontend/src/components/MkAccountMoved.vue
+++ b/packages/frontend/src/components/MkAccountMoved.vue
@@ -16,7 +16,7 @@ import { ref } from 'vue';
import * as Misskey from 'misskey-js';
import MkMention from './MkMention.vue';
import { i18n } from '@/i18n.js';
-import { host as localHost } from '@@/js/config.js';
+import { localHost } from '@@/js/config.js';
import { misskeyApi } from '@/utility/misskey-api.js';
const user = ref<Misskey.entities.UserLite>();