back to all posts

Learn GatsbyJS by creating a tourism site -13

by Nabendu Biswas / December 16th, 2019

#gatsby #react #javascript
Series: Gatsby-tourism

Welcome to part-13 of the series. In this part we will first start with creating the query for the template page. We will first create the query to get data of a single slug.

slugslug

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

So, i fixed the error by changing the fragment from GatsbyContentfulFluid_tracedSVG to GatsbyContentfulFluid in all three files.

githubgithub

This completes part-13 of the series. You can find my code in my github account here.

The site is live successfully here.

Nabendu Biswas