hagnerd / gatsby-starter-blog-mdx

Live Demo
https://gatsby-starter-blog-mdx-demo.netlify.com
MIT License
67 stars 43 forks source link

Fails to build on filesystems with case sensitivity #11

Closed cadbox1 closed 5 years ago

cadbox1 commented 5 years ago

Steps to reproduce: build the current version on Netlify.

This is because the imports import a file called Layout when the file is actually called layout.js but filesystems with case insensitivty, like Mac, don't care.

I'll submit a PR renaming layout.js to Layout.js to match the blog starter.

cadbox1 commented 5 years ago

I think this was a local issue. Closing.