You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Should logo images have randomly generated meaningless filepaths rather than meaningful ones? Might fix the above problems.)
Have a separate staging s3 bucket
Comic logos should be at minimum 200px x 200px to support higher-resolution displays. We can rely on Vercel image optimization to shrink them for smaller screens
Make sure to specify width/height so that if we upload a non-square image it doesn't look terrible
Maybe switch to png so we can support transparency
The text was updated successfully, but these errors were encountered:
Some of these need to be fixed in code but others are not specific to code
60*60*24*365*2
= 63072000 = two years, or at least we should have some mechanism to bust the cache in order to re-upload images. Not sure how this is getting set so high but see https://nextjs.org/docs/pages/api-reference/components/image#caching-behaviorThe text was updated successfully, but these errors were encountered: