Used to organise content for the sfmcdg.org page
The worker script displays a page containing:
- List of Trailblazer
groups.js
and their events - Contents from the readme without the table of contents.
name = "sfmcdg-org"
type = "webpack"
account_id = [REPLACE-WITH-CLOUDFLARE-WORKER-ACCOUNT-ID]
workers_dev = true
route = ""
zone_id = ""
- Clone repo.
- Make wrangler.toml file.
- Use wrangler publish the sfmcdg.org worker.
- In the sfmcdg.org domain setup a worker using the route
sfmcdg.org
using the sfmcdg.org worker. - That is it.
The worker script has a 24 hour cache to minimise all the fetching subrequests.
To disable the change change change the test if (!response) {
test accordingly.