fix: 🚑 Remove debug code that broke prod
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-12-09 23:55:52 +01:00
parent b8fd054c09
commit 7ae35b2cf0
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ useHead({
title: m.fuzzy_sea_moth_absorb(), title: m.fuzzy_sea_moth_absorb(),
}); });
const baseUrl = new URL("https://versia.localhost"); //useRequestURL(); const baseUrl = useRequestURL();
const client = computed(() => new Client(baseUrl)); const client = computed(() => new Client(baseUrl));
const instance = useInstanceFromClient(client); const instance = useInstanceFromClient(client);
const { const {