diff --git a/src/index.html b/src/index.html
index e3a49b6..fa52a22 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,6 +1,6 @@
---
description: "This is me saying hello to the world"
-image: "/images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
+image: "./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
lang: "en"
stylesheet: "default"
title: "Hello, world!"
@@ -10,7 +10,7 @@ title: "Hello, world!"
Hello, world!
diff --git a/src/posts/2020-09-21-hello-world.md b/src/posts/2020-09-21-hello-world.md
index 82674d7..df73bca 100644
--- a/src/posts/2020-09-21-hello-world.md
+++ b/src/posts/2020-09-21-hello-world.md
@@ -2,7 +2,7 @@
author: "My name"
authorTwitter: "@MyName"
description: "I announce myself to the world"
-image: "/images/waiheke-stony-batter.jpg"
+image: "./images/waiheke-stony-batter.jpg"
keywords: "hello, announcement"
lang: "en"
stylesheet: "article"
@@ -14,6 +14,6 @@ Hello, world! I am here!
diff --git a/src/posts/2020-09-22-hola-mundo.md b/src/posts/2020-09-22-hola-mundo.md
index 9a01c80..1bc908c 100644
--- a/src/posts/2020-09-22-hola-mundo.md
+++ b/src/posts/2020-09-22-hola-mundo.md
@@ -2,7 +2,7 @@
author: "Mi nombre"
authorTwitter: "@MiNombre"
description: "Me anuncio al mundo"
-image: "/images/waiheke-stony-batter.jpg"
+image: "./images/waiheke-stony-batter.jpg"
keywords: "hola, anuncio"
lang: "es"
stylesheet: "article"
@@ -14,6 +14,6 @@ updated: "2020-09-23T12:00:00Z"