mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🚑 Remove debug code that broke prod
Some checks failed
Some checks failed
This commit is contained in:
parent
b8fd054c09
commit
7ae35b2cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue