I was working on a 404 page for my site and I wanted to add a did you mean link. I had already figured out how to find similar page URLs and how to transfer the list of all the URLs from the server to the client, so now I only need to know how to get this list of URLs. Not only that, but I have already tried using import.meta.glob
but that doesn’t resolve dynamic pages, which I would like to do if I can.