fix(www): canonicalize production routes

This commit is contained in:
Dax Raad 2026-07-26 02:38:49 -04:00
parent 7affee529b
commit 28f4284bd7

View file

@ -7,7 +7,7 @@
"assets": {
"binding": "ASSETS",
"directory": "./dist/client",
"html_handling": "auto-trailing-slash",
"html_handling": "drop-trailing-slash",
"not_found_handling": "404-page"
},
"env": {
@ -21,7 +21,7 @@
]
},
"production": {
"name": "opencode-www",
"name": "opencode-www-production",
"routes": [
{
"pattern": "opencode.ai/v2*",