Monorepo for Tangled
0
fork

Configure Feed

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

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