feat: Allow specifying an Onion API host URL

This commit is contained in:
Jesse Wierzbinski 2024-06-25 18:53:44 -10:00
parent b2989e898e
commit 7b13265d47
No known key found for this signature in database
3 changed files with 10 additions and 0 deletions

View file

@ -616,6 +616,7 @@ export default defineNuxtConfig({
siteName: "Lysand",
trailingSlash: true,
apiHost: "https://social.lysand.org",
onionApiHost: undefined,
},
},
imports: {