We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d53778 commit 14105b7Copy full SHA for 14105b7
gatsby-config.js
@@ -6,9 +6,11 @@ module.exports = {
6
flags: { DEV_SSR: process.env.GATSBY_DEV_SSR || false },
7
siteMetadata: {
8
siteTitle: 'Cloud Native Days Austria',
9
+ siteDescription: 'Homepage of Cloud Native Days Austria, a community-driven cloud-native conference',
10
siteImage: '/images/social-preview.png',
11
siteLanguage: 'en',
12
siteUrl: process.env.GATSBY_DEFAULT_SITE_URL || 'http://localhost:8000',
13
+ authorName: 'Cloud Native Austria',
14
},
15
plugins: [
16
{
0 commit comments