Hi, I just imported the starter into forestry, then cloned my forked repo.
I haven't made any changes yet, although running the build NPM script results in errors:
error Plugin gatsby-plugin-feed returned an error
Error: Cannot query field "siteUrl" on type "SiteSiteMetadata".
GraphQL request (7:11)
6: description
7: siteUrl
^
8: site_url: siteUrl
, Cannot query field "siteUrl" on type "SiteSiteMetadata".
GraphQL request (8:11)
7: siteUrl
8: site_url: siteUrl
^
9: }
- internals.js:22
[forestry-blog]/[gatsby-plugin-feed]/internals.js:22:13
Running the main develop script builds fine and it successful spins up a local server that I can preview fine.
I've read through the repo README, although can't find anything that I'm doing wrong.
Hi, I just imported the starter into forestry, then cloned my forked repo.
I haven't made any changes yet, although running the
buildNPM script results in errors:Running the main
developscript builds fine and it successful spins up a local server that I can preview fine.I've read through the repo README, although can't find anything that I'm doing wrong.