What should I use to deploy a static web site with a node build step and that has complex redirect and rewrite rules to keep lots of old URLs working? Most options I look at don’t have redirect/rewrite as capable as nginx or apache.
Asking for foolip.org, but we also need something very similar for whatwg.org.
@foolip I believe Netlify can do all these things. See https://github.com/domenic/blog.domenic.me/blob/main/netlify.toml
@foolip Yeah, at least for the static services. The problem is just whether we want to spread over all of DigitalOcean, AWS, and Netlify...
@domenic I’ll take a look! Do you think it would work for WHATWG hosting too?