jrtechs / NodeJSBlog

Personal blog written from scratch using Node.js, Bootstrap, and MySQL.
https://jrtechs.net
Mozilla Public License 2.0
4 stars 5 forks source link

Support webP images #37

Closed jrtechs closed 3 years ago

jrtechs commented 5 years ago

Use webP images on the site.

WebP HTML Modification

Rather than enable this support through NGINX, I want to do this all through node because it will allow me to use cloud flair's CDN with this solution in the future.

jrtechs commented 3 years ago

Won't Implement