Attempt to load images from filesystem instead of url so we can take advantage of 11ty-img
This commit is contained in:
parent
a8d50af507
commit
9af8455de8
@ -8,4 +8,4 @@ eleventyComputed:
|
||||
permalink: "post/{{ post.slug }}/"
|
||||
---
|
||||
|
||||
{{ post.markdown | md | safe }}
|
||||
{{ post.markdown | replace("https://cms.lewisdale.dev/wp-content/", "/var/www/wordpress/") | md | safe }}
|
Loading…
Reference in New Issue
Block a user