Icons are stored in the web-assets R2 bucket which is already served via assets.xtablo.com, same as user avatars. No need to proxy through the API endpoint. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
19 lines
No EOL
385 B
TOML
19 lines
No EOL
385 B
TOML
name = "xtablo-ui"
|
|
main = "worker/index.ts"
|
|
compatibility_date = "2025-07-09"
|
|
|
|
[assets]
|
|
directory = "./dist/"
|
|
not_found_handling = "single-page-application"
|
|
|
|
[observability]
|
|
enabled = true
|
|
|
|
[vars]
|
|
PYTHON_VERSION = "3.11.5"
|
|
|
|
[env.production]
|
|
route = { pattern = "app.xtablo.com", custom_domain = true }
|
|
|
|
[env.staging]
|
|
route = { pattern = "app-staging.xtablo.com", custom_domain = true } |