feat: add nsite config

This commit is contained in:
Alejandro Gómez
2026-03-30 17:03:39 +02:00
parent d99288698e
commit c60a7b2249
2 changed files with 20 additions and 1 deletions

19
.nsite/config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"relays": [
"wss://lightning.red",
"wss://pyramid.fiatjaf.com",
"wss://nostr.wine",
"wss://nos.lol",
"wss://relay.primal.net",
"wss://relay.damus.io"
],
"servers": [
"https://lightning.red",
"https://nostr.download",
"https://blossom.band",
"https://cdn.hzrd149.com"
],
"id": "grimoire",
"title": "grimoire",
"description": "a nostr client for magicians"
}

View File

@@ -219,7 +219,7 @@ export function useNsiteMetadata(event: NostrEvent): {
return {
title: fetched?.title,
description: fetched?.description ?? tagDescription,
description: tagDescription ?? fetched?.description,
faviconUrl: fetched?.faviconUrl,
loading,
};