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