Learn GatsbyJS by creating a tourism site -3

Welcome to part-3 of the series. You can find part-2 here.
As told in the earlier post, this series is based on the learning from this awesome udemy course by John Smilga
Let’s start where we left in the project. We will create a footer first. Inside the css folder add foooter.module.css file. You can get the content for the same from my github link.

Rest of the chapter is exclusive content and will be in my upcoming book Gatsby Cookbook.

Now, when we goto any non-existent page the below will be displayed.

This completes part-3 of the series. You can find the code for the same in this link.
You can find part-4 here.