Dashboard › binpatch › Distillation
7113b07d-6807-4f43-9bfd-b5411730e056["96ac813d61e9b1a0a32bf49dab40bd95","e68146d4c17ec753649b1770a8abcdc9","6cac6db179b8e541839e626f88341bc7","f28a49bcf601ef0efc743a48a8572bb3","fca9402311ec8894a0676645a381e264","1c66601357a02cff50e8ece1a3127848","a083f470f31050f45cabbabf91e18333","abab01143ae379e8562fed852f11ce8c","353acbaf526fdb87ade7aec6106e4c69","8eb1a2757590ffec67ef68bcfba7286b","df2fa588c0a18d91e29a2454dc69fc7e","aeba807ad47353a2819dfdfa1731ebcb","243f09adb2db816c39a4c982650e8f87","7ac1834b77bcd369d90c26cfc6f494a7","cb72889a6de3041ea7aadab0d1d5b4e6"]
Date: Jul 30, 2026
wire-contract.md link: page at /wire-contract/ renders relative href wire-contract.md which resolves to /wire-contract/wire-contract.md, but getStaticPaths only generated /wire-contract.md and /wire-contract/index.md. Mismatch between rendered relative href and available endpoint paths./wire-contract.md — rejected because breaks PR-preview subpath routing requiring base path; (B) strip directory part from href — considered brittle; (C) chosen — make getStaticPaths include nested form wire-contract/wire-contract.md so relative links from /wire-contract/ resolve correctly.installation/index.md, installation/installation.md, telemetry/index.md, telemetry/telemetry.md, wire-contract/index.md, wire-contract/wire-contract.md./wire-contract.md and /wire-contract/index.md returning "not found" — broke the previous working endpoints. Investigated: a later build was produced without PR preview, so link rendering context differs.wire-contract.md (not absolute). curl to dev server returns "not found" with log "no source for wire-contract/wire-contract" — slug param value is wire-contract/wire-contract which GET handler candidates list doesn't cover.base has a directory prefix (e.g., wire-contract/wire-contract), it also tries the basename part (wire-contract) to find the actual source file. Edit applied successfully.