mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-30 07:03:31 +00:00
fix(www): canonicalize production routes
This commit is contained in:
parent
7affee529b
commit
28f4284bd7
1 changed files with 2 additions and 2 deletions
|
|
@ -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*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue