mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 08:26:56 +02:00
Delegate site-config to config.js
This commit is contained in:
parent
fb00463fb8
commit
186ebe2caa
3 changed files with 21 additions and 9 deletions
|
@ -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)}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue