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
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
path: '/post', // the url of the page, example /post/post-slug
collection: 'posts', // the name of the collection from firestore
param: 'slug', // the parameter from url, the equivalent of /post/:param
context: ['slug', 'title', 'description'], // the fields from the collection that will be requested at build time, then you can access the data from this.props.pageContext