From ce6f874fb2da14122b2b8952eee0c8f403c9c969 Mon Sep 17 00:00:00 2001 From: Aaron Molina <28906210+aaronm-git@users.noreply.github.com> Date: Wed, 6 Oct 2021 14:34:22 -0400 Subject: [PATCH] Update add-seo-component.md It's easier to understand if you remove the extra directory because there's already a folder named "images" in the "src" directory. --- docs/docs/add-seo-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/add-seo-component.md b/docs/docs/add-seo-component.md index c14fb7b1bf87d..c249fa30ebc4e 100644 --- a/docs/docs/add-seo-component.md +++ b/docs/docs/add-seo-component.md @@ -18,7 +18,7 @@ module.exports = { description: "Hogwarts Potions master, Head of Slytherin house and former Death Eater.", url: "https://www.doe.com", // No trailing slash allowed! - image: "/images/snape.jpg", // Path to your image you placed in the 'static' folder + image: "/snape.jpg", // Path to the image placed in the 'static' folder, in the project's root directory. twitterUsername: "@occlumency", }, }