Preserve brand assets during optimization#3044
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Ephemeral API keys are generated automatically for each function execution |
Greptile SummaryThis PR fixes a regression where the asset optimizer was converting downloadable brand files (PNGs/JPGs) to AVIF, making them unsuitable for direct download. The fix skips
Confidence Score: 5/5Safe to merge — the change is narrowly scoped to preserving brand asset files from the optimizer and restoring correct download links. The optimizer skip guard is minimal and correct; the page references are all updated consistently; no download link still points to an AVIF file. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Restore PNG assets on brand page and rem..." | Re-trigger Greptile |


Summary
static/assets/**in the asset optimizer so downloadable brand files are left untouched.static/assets/from git history.Testing
bun run optimize./assetspage renders PNG/JPG download links and none of those links point to AVIF.