Start using bunnyCDN for image optimisation
This commit is contained in:
parent
632b9f75ef
commit
31385bf024
@ -8,4 +8,4 @@ eleventyComputed:
|
||||
permalink: "post/{{ post.slug }}/"
|
||||
---
|
||||
|
||||
{{ post.markdown | md | safe }}
|
||||
{{ post.markdown | replace("cms.lewisdale.dev/wp-content/", "lewisdale.b-cdn.net/wp-content/") | replace(".jpg", ".jpg?width=800&quality=80") | replace(".jpeg", ".jpeg?width=800&quality=80") | md | safe }}
|
Loading…
Reference in New Issue
Block a user