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've been implementing the Cloudflare worker for Prerender integration. It seems the documentation points me to two different implementations of with worker.js. The example on the master branch uses an API_KEY variable where the Prerender token is to be assigned and another example from Prerender documentation uses an environment variable PRERENDER_TOKEN that is assigned via the Cloudflare add variable UI.
Is the worker.js example on master the correct implementation to use?
The text was updated successfully, but these errors were encountered:
I've been implementing the Cloudflare worker for Prerender integration. It seems the documentation points me to two different implementations of with worker.js. The example on the master branch uses an API_KEY variable where the Prerender token is to be assigned and another example from Prerender documentation uses an environment variable PRERENDER_TOKEN that is assigned via the Cloudflare add variable UI.
Is the worker.js example on master the correct implementation to use?
The text was updated successfully, but these errors were encountered: