diff --git a/composables/Config.ts b/composables/Config.ts index cbbd156..cf45bb8 100644 --- a/composables/Config.ts +++ b/composables/Config.ts @@ -24,13 +24,13 @@ export const useConfig = () => { "I am the Senate", ], DEVELOPER_HANDLES: [ - "jessew@social.lysand.org", + "jessew@beta.versia.social", "jessew@beta.versia.social", "jessew@versia.social", - "aprl@social.lysand.org", + "aprl@beta.versia.social", "aprl@beta.versia.social", "aprl@versia.social", - "graphite@social.lysand.org", + "graphite@beta.versia.social", "jessew@mk.cpluspatch.com", "graphite@shonk.phite.ro", ], diff --git a/nuxt.config.ts b/nuxt.config.ts index b7c5377..54f04fc 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -258,7 +258,7 @@ export default defineNuxtConfig({ }, runtimeConfig: { public: { - apiHost: "https://social.lysand.org", + apiHost: "https://beta.versia.social", onionApiHost: undefined, }, },