GitHub ninjas, is there a trick to getting `_redirects` to work with Github Pages? It’s a standard jekyll thing using hosts like Netlify, but can’t get it working on Pages.
Discussion
Zapped ⚡️
Depending on what you want to achieve you'll have to use the redirect plugin or a custom layout.
Both work with Pages.
https://superdevresources.com/redirects-jekyll-github-pages/
Thanks. This is to redirect `/.well-known/lnurlp/[name]” to another LN address. The page you linked seems to confirm that .htaccess style redirects aren’t supported.