From 30b62ede417f14b1cb7cfd0412815d46e2da641d Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Wed, 6 Nov 2024 17:44:27 -0600 Subject: [PATCH] Fix vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index e318e47..3aff2eb 100644 --- a/vercel.json +++ b/vercel.json @@ -7,7 +7,7 @@ } ], "functions": { - "api/lightning-address/lnd": { + "src/pages/api/lightning-address/lnd.js": { "maxDuration": 300 } }