diff --git a/src/blog/post.html b/src/blog/post.html
index b8edd53..395e686 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/wp-content/") | md | safe }}
\ No newline at end of file
+{{ post.markdown | md | safe }}
\ No newline at end of file