Skip to content

Commit 73e27e8

Browse files
committed
return keywords
1 parent d050ecc commit 73e27e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gatsby-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = {
77
title,
88
siteUrl: "https://hipstacoding.github.io/",
99
description,
10-
image: "https://hipstacoding.github.io/hipsta-logo.jpg"
10+
image: "https://hipstacoding.github.io/hipsta-logo.jpg",
11+
keywords: ["front-end"],
1112
},
1213
plugins: [
1314
"gatsby-transformer-sharp",

0 commit comments

Comments
 (0)