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 d050ecc commit 73e27e8Copy full SHA for 73e27e8
gatsby-config.js
@@ -7,7 +7,8 @@ module.exports = {
7
title,
8
siteUrl: "https://hipstacoding.github.io/",
9
description,
10
- image: "https://hipstacoding.github.io/hipsta-logo.jpg"
+ image: "https://hipstacoding.github.io/hipsta-logo.jpg",
11
+ keywords: ["front-end"],
12
},
13
plugins: [
14
"gatsby-transformer-sharp",
0 commit comments