Hacker News new | ask | show | jobs
by panda427 2812 days ago
Built vote by mail website for Florida (https://www.stampthevote.com) using a single JSON file with 1500 zip codes and Gatsby.js and deployed with Netlify.

Great to be in the future and not have to worry about hosting a server for such a simple site.

1 comments

Nice work. I did see a small issue...you're getting the string "(undefined)" in some of the page titles:

<title data-react-helmet="true">How to Vote in Clay County (undefined)</title>

Thank you