Hey Mike, for your nostr address to work, you need to create a https://mikemonty.com/.well-known/lnurlp/nostr.json on your server that contains your npub in hex format.
The format for the file is
{
"names": {
"mike": "⁹9999999999999999999999999999999999999999999999999999999999999999"
}
}