From e124ffc89eaffc3e22ff32f45d59213c6cdf3dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Tue, 31 Mar 2026 11:48:45 +0200 Subject: [PATCH] fix: set up nsite to be published by grimoire key --- .nsite/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.nsite/config.json b/.nsite/config.json index 44f0a99..d20ae4c 100644 --- a/.nsite/config.json +++ b/.nsite/config.json @@ -13,10 +13,9 @@ "https://blossom.band", "https://cdn.hzrd149.com" ], - "id": "grimoire", "title": "grimoire", "description": "a nostr client for magicians", - "publishAppHandler": false, + "publishAppHandler": true, "profile": { "name": "grimoire", "about": "a nostr client for magicians", @@ -24,7 +23,7 @@ "website": "https://grimoire.rocks" }, "appHandler": { - "id": "k50nvf8d85", + "id": "grimoire", "kinds": [777, 10777, 30777], "name": "grimoire", "description": "a nostr client for magicians",