2 posts tagged with "netlify"
How to add redirects to a Netlify site in Gatsby
Previous this website was built in Wordpress, but now I’ve built it using Gatsby. In my migration to Gatsby I felt like I needed to change the url structure of the pages and not have any broken links. On my old webhost I did this using .htaccess and just define my…
Fixing Netlify form problems in Gatsby
After having a ton of issues getting Netlify’s form submission to work, I have some tips on how to get it working if you’re running into any trouble Do not forget the method attribute in the form tag I’ve wasted quite a few build minutes on Netlify on this small…