v4iv / gatsby-starter-business

Gatsby Business Website Starter

Home Page:https://gatsby-starter-business.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest updates killed navbar and footer in pages not blog

donaldboulton opened this issue · comments

Investigating why after the latest changes my nav and footer are missing from Home Page, Pricing Page, Contact Page. About page and Blog with Post pages is fine??
Revert to old in my repo.
Got this build error
Please create layout component in that location or specify path to layout component in gatsby-config.js

Was previously using legacy layout wrapping system which was deprecated in Gatsby 2, with the help of gatsby-plugin-layout.
I removed that and moved to new component based wrapper as per Gatsby 2 specification. Please check your code and make sure to wrap every page with Layout component. And also remove gatsby-plugin-layout from gatsby-config.js

I'll be closing this now since it's not a bug