Closed signalwerk closed 6 years ago
To be clear. In the theme in templates/blog-post.js
there is <h1>{post.frontmatter.title}</h1>
and I would like to pass in data from the site.
sorry... I think this works actually
I see you've found it works, but it is also intended to work. The merge function for siteMetadata does a deep merge of the keys with the site's siteMetadata being the last object merged
How can I overwrite
siteMetadata
?