Skip to content

Commit a7e8700

Browse files
aaronm-gitwardpeet
authored andcommitted
chore(docs): Clarify SEO component guide (gatsbyjs#33451)
1 parent c678662 commit a7e8700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/add-seo-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
description:
1919
"Hogwarts Potions master, Head of Slytherin house and former Death Eater.",
2020
url: "https://www.doe.com", // No trailing slash allowed!
21-
image: "/images/snape.jpg", // Path to your image you placed in the 'static' folder
21+
image: "/snape.jpg", // Path to the image placed in the 'static' folder, in the project's root directory.
2222
twitterUsername: "@occlumency",
2323
},
2424
}

0 commit comments

Comments
 (0)