zachleat / speedlify

Benchmark the web performance and accessibility of sites over time.
https://www.speedlify.dev/
MIT License
922 stars 168 forks source link

Add an optional home page listing all verticals #6

Closed nhoizey closed 4 years ago

nhoizey commented 4 years ago

I can understand why you prefer redirect to a specific vertical, but I guess most user would prefer to list all verticals to decide where to go.

That's what I did on my own instance: https://webperf-monitoring.netlify.app/

I renamed index.njk to verticals.njk and added a new index.njk: https://github.com/nhoizey/speedlify

I can make a PR to add this feature, with an option to chose between a redirect or a list of verticals.

nhoizey commented 4 years ago

Ok, just saw https://github.com/zachleat/speedlify/commit/211314f6523a043a029d9e1713fda2d95c878653 😅