| 1 | name = "sequoia-docs" |
| 2 | main = "src/index.ts" |
| 3 | compatibility_date = "2025-04-01" |
| 4 | compatibility_flags = ["nodejs_compat"] |
| 5 | |
| 6 | [assets] |
| 7 | directory = "./docs/dist" |
| 8 | binding = "ASSETS" |
| 9 | not_found_handling = "single-page-application" |
| 10 | html_handling = "auto-trailing-slash" |
| 11 | run_worker_first = ["/api/*", "/oauth/*", "/subscribe", "/subscribe/*"] |
| 12 | |
| 13 | [[kv_namespaces]] |
| 14 | binding = "SEQUOIA_SESSIONS" |
| 15 | id = "b9fedf2798a249669b3aeeaca70a0bf8" |
| 16 | |
| 17 | [vars] |
| 18 | CLIENT_URL = "https://sequoia.pub" |