Updated to V2

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-09-12 23:11:43 +02:00
parent de9f57906f
commit abad642e10
77 changed files with 6380 additions and 3093 deletions

15
clientConfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"seo": {
"openGraph": {
"type": "website",
"locale": "en_IE",
"url": "https://www.example.com/",
"site_name": "SiteName"
},
"twitter": {
"handle": "@handle",
"site": "@site",
"cardType": "summary_large_image"
}
}
}