Attempt to load images from filesystem instead of url so we can take advantage of 11ty-img
This commit is contained in:
parent
9af8455de8
commit
73445ee117
@ -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 }}
|
Loading…
Reference in New Issue
Block a user