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:36:15 +00:00
parent a8d50af507
commit 9af8455de8

View File

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