gatsby-starter-hero-blog icon indicating copy to clipboard operation
gatsby-starter-hero-blog copied to clipboard

Added pagination

Open gazpachu opened this issue 7 years ago • 3 comments

Fixes #70 #60 and #1

gazpachu avatar Dec 13 '18 15:12 gazpachu

I checked merging this PR on master, and gatsby develop command shows a blank page in browser. Please let me know what I may be missing.

I have not created .env file with the required values. Can that be an issue, without those values the original code still works, only this PR code does not work

Further investigation shows that only the /, /1, /2 type of pages are blank. All other pages like /about /category etc are working, even the individual blog pages are also working

tusharjoshi avatar Jan 06 '19 03:01 tusharjoshi

I checked merging this PR on master, and gatsby develop command shows a blank page in browser. Please let me know what I may be missing.

I have not created .env file with the required values. Can that be an issue, without those values the original code still works, only this PR code does not work

Further investigation shows that only the /, /1, /2 type of pages are blank. All other pages like /about /category etc are working, even the individual blog pages are also working

In my case, it's caused by the SEO component, which requires Facebook as a parameter.

ZacharyChim avatar Jan 30 '19 17:01 ZacharyChim

Thanks for this!

baobabKoodaa avatar Feb 10 '19 09:02 baobabKoodaa