Skip to content

Commit 14105b7

Browse files
committed
Add site description and author name to metadata
1 parent 3d53778 commit 14105b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gatsby-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ module.exports = {
66
flags: { DEV_SSR: process.env.GATSBY_DEV_SSR || false },
77
siteMetadata: {
88
siteTitle: 'Cloud Native Days Austria',
9+
siteDescription: 'Homepage of Cloud Native Days Austria, a community-driven cloud-native conference',
910
siteImage: '/images/social-preview.png',
1011
siteLanguage: 'en',
1112
siteUrl: process.env.GATSBY_DEFAULT_SITE_URL || 'http://localhost:8000',
13+
authorName: 'Cloud Native Austria',
1214
},
1315
plugins: [
1416
{

0 commit comments

Comments
 (0)