This commit is contained in:
April John 2025-02-03 10:06:12 +01:00
parent cb60ed1c72
commit 1fefb51afd
2 changed files with 4 additions and 4 deletions

View file

@ -24,13 +24,13 @@ export const useConfig = () => {
"I am the Senate", "I am the Senate",
], ],
DEVELOPER_HANDLES: [ DEVELOPER_HANDLES: [
"jessew@social.lysand.org", "jessew@beta.versia.social",
"jessew@beta.versia.social", "jessew@beta.versia.social",
"jessew@versia.social", "jessew@versia.social",
"aprl@social.lysand.org", "aprl@beta.versia.social",
"aprl@beta.versia.social", "aprl@beta.versia.social",
"aprl@versia.social", "aprl@versia.social",
"graphite@social.lysand.org", "graphite@beta.versia.social",
"jessew@mk.cpluspatch.com", "jessew@mk.cpluspatch.com",
"graphite@shonk.phite.ro", "graphite@shonk.phite.ro",
], ],

View file

@ -258,7 +258,7 @@ export default defineNuxtConfig({
}, },
runtimeConfig: { runtimeConfig: {
public: { public: {
apiHost: "https://social.lysand.org", apiHost: "https://beta.versia.social",
onionApiHost: undefined, onionApiHost: undefined,
}, },
}, },