fabien0102 / gatsby-starter

Gatsby 2.0 starter with typescript and many cools dev tools
386 stars 99 forks source link

Fix TypeScript errors on the clean build #64

Closed sielay closed 4 years ago

sielay commented 6 years ago

Regards #54 and #57

sielay commented 6 years ago

Literally hate netlify

sielay commented 6 years ago

Line was about file is not module I will revert it. At the moment Netlify has problems with storybooks which doesn't build locally too. I'll fix it and then message you for review.

i001962 commented 6 years ago

I tried to applying this PR to get beyond a typescript build error (which it does) but the PR doesn't seem to pull in menuItems and page content. The footer shows up but not the menu and page content for the homepage and here's a screen capture of localhost:8000/blog/

https://screencast.com/t/J703wVIMcl

@sielay any ideas what might need to be changed in layouts/index.tsx to make the missing items appear? It's all new to me.