You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hjvedvik - I'm updating the wordpress starter to be compatible with gridsome 0.7, at least on my fork, for a future PR. The only deprecation notices I'm still getting are regarding using templates for routes in addCollection().
Since there's no gridsome.config.js in the starter, I'm not sure how or where to add the Templates configuration in this context. Can you point me in the right direction?
The text was updated successfully, but these errors were encountered:
The current master branch should be compatible with 0.7 already. Here is the gridsome.config.js file with the templates config. And here is the starter running v0.7.3 on Netlify :)
By the way, I was originally mistakenly referring to the routes in the @gridsome/source-wordpress package, assuming that was part of the wordpress starter. My bad!
@hjvedvik - I'm updating the wordpress starter to be compatible with gridsome 0.7, at least on my fork, for a future PR. The only deprecation notices I'm still getting are regarding using templates for routes in
addCollection()
.Since there's no gridsome.config.js in the starter, I'm not sure how or where to add the Templates configuration in this context. Can you point me in the right direction?
The text was updated successfully, but these errors were encountered: