From a8c8ac4f21c7e90f3e376fc4f08e0860c4f751c6 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 5 Mar 2024 18:26:50 -0600 Subject: [PATCH] nostr: fix .well-known/nostr.json location --- {.well-known => static/.well-known}/nostr.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.well-known => static/.well-known}/nostr.json (100%) diff --git a/.well-known/nostr.json b/static/.well-known/nostr.json similarity index 100% rename from .well-known/nostr.json rename to static/.well-known/nostr.json -- 2.49.0