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
I tried moving the templates/blog-list.js file to pages/index.js
while changing the component: path.resolve('./src/templates/blog-list.js') on gatsby-node.js to
component: path.resolve('./src/pages/index.js')
and it throws a TypeError: data is undefined
Gatsby limits from quering on pages? or am I missing something?
The text was updated successfully, but these errors were encountered:
I tried moving the templates/blog-list.js file to pages/index.js
while changing the component: path.resolve('./src/templates/blog-list.js') on gatsby-node.js to
component: path.resolve('./src/pages/index.js')
and it throws a TypeError: data is undefined
Gatsby limits from quering on pages? or am I missing something?
The text was updated successfully, but these errors were encountered: