Minor improvements to activity images, new todo

This commit is contained in:
bingus_violet 2024-04-17 11:12:42 -05:00
parent 73cfa2e664
commit 1166137cb3
4 changed files with 13 additions and 5 deletions

View file

@ -87,7 +87,7 @@ module.exports = {
var fn = cachedImages[get_img_url(activity, size)]
var fp = path.join(__dirname, 'static/cached', fn)
} else {
return 'imgs/notFound.png'
return '/imgs/notFound.png'
}
return '/cached/' + fn