mirror of
https://github.com/versia-pub/frontend.git
synced 2026-01-26 04:16:02 +01:00
fix: 🚑 Remove debug code that broke prod
Some checks failed
Some checks failed
This commit is contained in:
parent
b8fd054c09
commit
7ae35b2cf0
|
|
@ -10,7 +10,7 @@ useHead({
|
|||
title: m.fuzzy_sea_moth_absorb(),
|
||||
});
|
||||
|
||||
const baseUrl = new URL("https://versia.localhost"); //useRequestURL();
|
||||
const baseUrl = useRequestURL();
|
||||
const client = computed(() => new Client(baseUrl));
|
||||
const instance = useInstanceFromClient(client);
|
||||
const {
|
||||
|
|
|
|||
Loading…
Reference in a new issue