Delegate site-config to config.js

This commit is contained in:
Kevin Kandlbinder 2020-12-22 17:09:22 +01:00
parent fb00463fb8
commit 186ebe2caa
3 changed files with 21 additions and 9 deletions

View file

@ -13,6 +13,7 @@ function SEO({ description, meta, title }) {
siteMetadata {
title
author
keywords
}
}
}
@ -60,7 +61,7 @@ function SEO({ description, meta, title }) {
},
{
name: "keywords",
content: "Kevin Kandlbinder, Kevin, Kandlbinder, Web, Web Developer, Developer, JavaScript, PHP, Java, Photos, Fotos"
content: site.siteMetadata.keywords
}
].concat(meta)}
>