Monorepo for Tangled tangled.org
1

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / ogcard / wrangler.jsonc
471 B 25 lines
1{ 2 "$schema": "node_modules/wrangler/config-schema.json", 3 "name": "tangled-ogcard-worker", 4 "main": "src/index.tsx", 5 "compatibility_date": "2026-03-07", 6 "observability": { 7 "enabled": true, 8 }, 9 "routes": [ 10 { 11 "pattern": "og.tangled.org/*", 12 "zone_name": "tangled.org", 13 }, 14 ], 15 "vars": { 16 "ENVIRONMENT": "production", 17 }, 18 "rules": [ 19 { 20 "type": "Data", 21 "globs": ["**/*.woff"], 22 "fallthrough": true, 23 }, 24 ], 25}