From 3796ea118a8d54c57821df1d8e3321c5295d858a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgabrielcaiana=E2=80=9D?= Date: Thu, 23 Sep 2021 02:36:48 -0300 Subject: [PATCH] fix: path images --- content/articles/my-first-blog-post.md | 2 +- content/articles/my-second-blog-post.md | 2 +- content/articles/my-third-blog-post.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/articles/my-first-blog-post.md b/content/articles/my-first-blog-post.md index 1673d69..58985cf 100644 --- a/content/articles/my-first-blog-post.md +++ b/content/articles/my-first-blog-post.md @@ -1,7 +1,7 @@ --- title: My first Blog Post description: Learning how to use @nuxt/content to create a blog -img: images/nuxt.png +img: /images/nuxt.png alt: my first blog post author: name: Gabriel Caiana diff --git a/content/articles/my-second-blog-post.md b/content/articles/my-second-blog-post.md index e1ef530..68ee8fc 100644 --- a/content/articles/my-second-blog-post.md +++ b/content/articles/my-second-blog-post.md @@ -1,7 +1,7 @@ --- title: My second Blog Post description: Learning how to use @nuxt/content to create a blog -img: images/vue.jpeg +img: /images/vue.jpeg alt: my first blog post author: name: Gabriel Caiana diff --git a/content/articles/my-third-blog-post.md b/content/articles/my-third-blog-post.md index f1dab1c..7aef4d2 100644 --- a/content/articles/my-third-blog-post.md +++ b/content/articles/my-third-blog-post.md @@ -1,7 +1,7 @@ --- title: My third Blog Post description: Learning how to use @nuxt/content to create a blog -img: images/javascript.jpg +img: /images/javascript.jpg alt: my first blog post author: name: Gabriel Caiana