From 7484d1a7faae72a748a13a00ac965a60fb404e05 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Wed, 25 Oct 2023 08:22:16 -0400 Subject: [PATCH] nip-05 --- app/api/well-known/nostr/{[name] => }/route.ts | 0 next.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/api/well-known/nostr/{[name] => }/route.ts (100%) diff --git a/app/api/well-known/nostr/[name]/route.ts b/app/api/well-known/nostr/route.ts similarity index 100% rename from app/api/well-known/nostr/[name]/route.ts rename to app/api/well-known/nostr/route.ts diff --git a/next.config.js b/next.config.js index 93ba40f..d9e9f2a 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,7 @@ const nextConfig = { return [ { source: "/.well-known/nostr.json", - destination: "/api/well-known", + destination: "/api/well-known/nostr", }, ]; },