feat: allow setting default server via env (#854)
This commit is contained in:
parent
697a88ac3d
commit
57fd9aeae2
6 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
export default defineNuxtPlugin(async (nuxtApp) => {
|
||||
const masto = createMasto()
|
||||
publicServer.value = publicServer.value || useRuntimeConfig().public.defaultServer
|
||||
|
||||
if (process.client) {
|
||||
const { query } = useRoute()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue