chore: move api to remanso.space

This commit is contained in:
Julien Calixte
2026-03-17 00:53:58 +01:00
parent 4d04d174ba
commit 40c461e150
3 changed files with 12 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ export function usePublicNoteList(options?: UsePublicNoteListOptions) {
isLoading.value = true
const path = options?.did?.value ? `/${options.did.value}/notes` : "/notes"
const noteAPI = new URL(path, "https://api.litenote.li212.fr")
const noteAPI = new URL(path, "https://api.remanso.space")
if (cursor.value) {
noteAPI.searchParams.set("cursor", cursor.value)