Commit cd30dc8
Serve app static assets without worker round-trip
Drop the SPA-fallback worker in favor of the assets binding's native
single-page-application not_found_handling. Every request previously
went through the worker first, which added cold-start latency that
caused crawlers (e.g. Ahrefs) to time out fetching robots.txt. Also
disallow indexing on app.dafthunk.com — the subdomain is the auth-gated
application UI and has no public content to crawl.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cfb1d18 commit cd30dc8
3 files changed
Lines changed: 2 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
0 commit comments