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", }, }