dishwasher-detergent / porticms

A quick and dirty CMS for easily managing your portfolio.
https://porticms.vercel.app
MIT License
0 stars 0 forks source link

Icon #2

Closed dishwasher-detergent closed 9 months ago

dishwasher-detergent commented 10 months ago

We should add a way to convert the portfolio cover image to an ico file so it can be used as the favicon. Or we should add a new field specifically for the favicon.

dishwasher-detergent commented 9 months ago

We are not converting to ico, because modern browsers support png file type. You can use the route /portfolios/:portfolio_slug/image and pass in query params to resize it for the favicon. Example: width=32&height=32&quality=100