Dashboard › binpatch › Distillation
f08e59e0-b7ac-4b65-96cb-feb6b765e6cf["0f72667c074874eae17620fb7032a74e","b3ce7257a8ac13daac08b19fe843f3d1","30e5e69cd7fde3b6e375e2aeee5ae27c","9ea3e6a7bea773f728ca10005931beb3","a44f05fbc0c1392673526dfa2f86a87c","e1bfdc2fa3675d84512ce9ff158c5a56","00fc2f372d9b207290819338d072bfb7","d536ae82eb51a24b13ad8b2b97f333be","fed4b8ebc312e7248d91d1a89a3bdfc6","eaeed5c0797bde3b9089588b06572993","54db8c161902cb16c2d5e6745dc09bd2","9a7ddc60418338cecfbb2cbab4d27d0a","e9467fe3d6c8c834e728f17f98b6928c","bcfdf9eac5c6483bff36335c754d8268","f209b55c10d545792c99211a9e9e531e","06ba4c3c6e5355a2792ae67d10597a6a","33627c33fd7a7dcf6ab8823eb7fa928f","39042bf8f5fef3c8fdca120b32222a08","914b64920bbb119d56a4532591c25661","83cf7f70d4c85df81697c297362f778a","6466337e011fde0a61f5c2f7f2e897f2","56257ee552c6a9b8031a69b662c45530","c3c5cb9548a4b8eb974418853083533a","8cb8af5bab28fcabfd4c52bf796c788b","b7d4a1db36a84c6bf05cd4175c59d193","b0f99c3749147626e0be6e423c5e40ba","6363428fe8b6151023e230fc1fb8f458","621ab5c109b9d4fe46f689bf2188e165","695495e985b8c6ffa219c3abbc21df48","8953197c53c9c58f5bcedf237c740179","766f49515c37de87c5fb792bd206c856","188604a3e5c9212cce9b52490f0fea5b","41ec08658d396d3b45f52fb0eb7004dd","bfd93e9e5dce1fcd2fe36ad8880cabff","f4dccb7792663e561470b3d70bf43546","3b7b8a4213a18ca19bb15a08ece6d38b","75fe4b6c18f24d998becb1e8eaea79f7","49bd0000ae5f5b3c10b343bf589a1447"]
https://binpatch.p.byk.im/size-comparison.svg instead of preview subdirectory /_preview/pr-36/...src="/size-comparison.svg" and src="/flow.svg" (no base path applied)<base> tag present in HTML head — absolute paths not being rewritten./size-comparison.svg in markdown — failed with [UNRESOLVED_IMPORT] Could not resolve './size-comparison.svg' in src/content/docs/index.mdx (Astro tries to import it as module; SVGs live in public/ not src/){${import.meta.env.BASE_URL}/size-comparison.svg} in markdown link — failed, Vite/Rolldown parsed braces as import statement: Rolldown failed to resolve import "{${import.meta.env.BASE_URL}/size-comparison.svg}"![]() syntax with inline JSX <img src={${import.meta.env.BASE_URL.replace(//$/, "")}/size-comparison.svg} alt="..." /> in website/src/content/docs/index.mdxsrc="/_preview/pr-36/size-comparison.svg" and src="/_preview/pr-36/flow.svg"; production build produced src="/size-comparison.svg" and src="/flow.svg" does NOT respect base config — <img> JSX with import.meta.env.BASE_URL is required for assets in public/ that need base-path awarenessimport.meta.env.BASE_URL includes trailing /, must .replace(/\/$/, "") before concatenation (same pattern used in MarkdownLink.astro)4f241b1 on branch docs/any-binary-rebrand-v3: "fix(website): inline SVGs respect Astro base path" — 1 file changed, 8 insertions(+), 2 deletions(-) in website/src/content/docs/index.mdx24bf966..4f241b1 docs/any-binary-rebrand-v3 -> docs/any-binary-rebrand-v34f241b1: preview pass (24s), test pass (12s), Build skipping — GitHub Actions runs: https://github.com/BYK/binpatch/actions/runs/30572670145 and /runs/30572670043./size-comparison.svg against SVG in public/ — Astro treats it as ESM import, fails to resolve