fix: remove the proxy url

This commit is contained in:
2026-08-15 12:17:45 +07:00
parent 96759eb34c
commit efe18629b1
9 changed files with 21 additions and 347 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
"directory": "./dist",
"binding": "ASSETS",
"not_found_handling": "single-page-application",
"run_worker_first": ["/i/*", "/api/*"]
"run_worker_first": ["/i/*"]
}
}