Attempt to load images from filesystem instead of url so we can take advantage of 11ty-img

This commit is contained in:
Lewis Dale 2023-03-19 20:39:05 +00:00
parent 9af8455de8
commit 73445ee117

View File

@ -8,4 +8,4 @@ eleventyComputed:
permalink: "post/{{ post.slug }}/" permalink: "post/{{ post.slug }}/"
--- ---
{{ post.markdown | replace("https://cms.lewisdale.dev/wp-content/", "/var/www/wordpress/") | md | safe }} {{ post.markdown | replace("https://cms.lewisdale.dev/wp-content/", "/var/www/wordpress/wp-content/") | md | safe }}