diff --git a/next.config.js b/next.config.js index 13074b09..7562f243 100644 --- a/next.config.js +++ b/next.config.js @@ -54,6 +54,12 @@ module.exports = withPlausibleProxy()({ headers: [ ...corsHeaders ] + }, + { + source: '/api/lnurlp/:slug*', + headers: [ + ...corsHeaders + ] } ] },