mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-03-13 02:48:56 +01:00
It is important that decoupling between node code and browser code. The 'gatsby-config.js' file must be kept in node code, but it exposed into browser code because of the Disqus module. To decouple this, all of the siteMetadata information is served via GraphQL. This commit has this change.