Gatsby - necrifede/my-dev-setup GitHub Wiki

tag manager

https://medium.com/nadjib-benna%C3%AF/integrate-google-tag-manager-to-a-gatsby-js-project-2dab4606749f

life cycle

https://medium.com/narative/understanding-gatsbys-lifecycle-31c473ba2f2d

Refreshing Content

ENABLE_GATSBY_REFRESH_ENDPOINT is set to true.

curl -X POST http://localhost:8000/__refresh

with security

add to env variables GATSBY_REFRESH_TOKEN=12345 and on update request authorization: 12345