We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c678662 commit a7e8700Copy full SHA for a7e8700
docs/docs/add-seo-component.md
@@ -18,7 +18,7 @@ module.exports = {
18
description:
19
"Hogwarts Potions master, Head of Slytherin house and former Death Eater.",
20
url: "https://www.doe.com", // No trailing slash allowed!
21
- 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.
22
twitterUsername: "@occlumency",
23
},
24
}
0 commit comments