tried to update the underlying template for my website and failed ;-;


Finally updated the underlying template, I realized, instead of rebasing, I updated the template by merging. 1. `jj git fetch --all-repositories` 2. `jj new "@" "main@upstream"`


But now, the pipeline for logos in my portfolio page is broken ;-;


I clone the `github:pawarherschel/resume` in `node_modules/git`, so, the source of truth for my portfolio page and my resume are shared.


Reading the `SOT.toml` still works, but the way I used to get images from the folder broke.


lets compare the potentially affected files with the ones before the template update


There were differences, lets see if reverting them fixes the pipeline


AND IT DID


OHHH I'm loading them dynamically instead of statically 🤦


I replace the path the image is supposed to be at with the CDN link and I upload the logo to my blob storage 🤦🤦🤦 so fucking stupid


I need to find a way to copy the images to the public folder before building ooooof