sampittko / gatsby-starter-intl-blog

Gatsby starter for creating an internationalized personal blog website
MIT License
2 stars 1 forks source link

Build fails if no content provided #5

Closed sampittko closed 4 years ago

sampittko commented 4 years ago

Describe the bug If there is no data inside content folder, build will fail.

To Reproduce Steps to reproduce the behavior:

  1. Remove contents of blog folders.
  2. Run in develop

Expected behavior Site is built with no blog posts displayed.

sampittko commented 4 years ago

Needs at least dummy content when no blog content provided as page queries cannot be omitted.