summaryrefslogtreecommitdiff
path: root/workers/branch/wrangler.rolling.jsonc
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-22 16:11:16 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-22 16:11:16 +0300
commitf1fc5d8d45242c3b259ce216c0705e828a51fb2a (patch)
treeb801641bf8d502254f3d4e8b9005e9c84dcedf96 /workers/branch/wrangler.rolling.jsonc
parentcce3f36602e285a13efe02bf8906f871f04c5ada (diff)
downloadvyos-documentation-claude/html-handling-parity.tar.gz
vyos-documentation-claude/html-handling-parity.zip
workers: html_handling none + worker index-mapping — RTD .html URL parity (smoke 307 fix)claude/html-handling-parity
Diffstat (limited to 'workers/branch/wrangler.rolling.jsonc')
-rw-r--r--workers/branch/wrangler.rolling.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/workers/branch/wrangler.rolling.jsonc b/workers/branch/wrangler.rolling.jsonc
index 4595a06a..7a6f646c 100644
--- a/workers/branch/wrangler.rolling.jsonc
+++ b/workers/branch/wrangler.rolling.jsonc
@@ -8,7 +8,7 @@
"assets": {
"directory": "../../dist/assets", // populated by CI (Task 3.2); html_handling per §3.2.3
"binding": "ASSETS",
- "html_handling": "auto-trailing-slash",
+ "html_handling": "none", // "none" + worker index-mapping: RTD parity — explicit .html URLs must serve 200, never 307 (§3.2.3 amended 2026-07-22)
"not_found_handling": "404-page",
"run_worker_first": true
},