diff --git a/src/blog/post.html b/src/blog/post.html
index 395e686..d789fe0 100644
--- a/src/blog/post.html
+++ b/src/blog/post.html
@@ -8,4 +8,4 @@ eleventyComputed:
permalink: "post/{{ post.slug }}/"
---
-{{ post.markdown | md | safe }}
\ No newline at end of file
+{{ post.markdown | replace("https://cms.lewisdale.dev/wp-content/", "/var/www/wordpress/") | md | safe }}
\ No newline at end of file