Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions sites/forensics/wrangler.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
// Production route, attached 2026-09-03. A route rather than a custom domain,
// matching sites/www: the DNS record is a proxied placeholder pointing at
// RFC 5737 TEST-NET-1, so nothing can be served if the Worker is ever
// detached. The apex record points at a real Netlify address because the
// apex has a rollback origin; this property has none, and a placeholder that
// fails loudly is better than one that silently serves someone else.
"routes": [
{ "pattern": "forensics.rootsystem.com/*", "zone_name": "rootsystem.com" }
],
// forensics.rootsystem.com — static assets plus the case-intake endpoint.
// Shares the rootsystem-forms D1 database with sites/www; see
// db/migrations/0001_init.sql for why one database with two tables.
Expand Down
Loading