@tcrawley: I moved the logo used in the SFC application to https://clojars.org/images/clojars-logo@2x.png
ah, right. no worries. I'll make a copy at the url I sent them
how are you this fine day?
well, it's fine here at least :)
back to work, which feels like a relief after looking after Jack over the weekend
:simple_smile:
heh
I've forgotten what that's like, thankfully :)
I just added a redirect for the image to the nginx config:
location /images/clojars-logo-big.png {
return 301 <https://clojars.org/images/clojars-logo@2x.png;>
}
great