From 1fefb51afde3bb0ab53e9ec87265f44acc193b4a Mon Sep 17 00:00:00 2001 From: April John Date: Mon, 3 Feb 2025 10:06:12 +0100 Subject: [PATCH] hotfix --- composables/Config.ts | 6 +++--- nuxt.config.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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, }, },