Gatsby - necrifede/my-dev-setup GitHub Wiki
tag manager
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