Skip to content

Commit f205cf2

Browse files
andreas-taranetzjgrumboe
authored andcommitted
Update site manifest data
1 parent e675020 commit f205cf2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

gatsby-config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ require('dotenv').config();
55
module.exports = {
66
flags: { DEV_SSR: process.env.GATSBY_DEV_SSR || false },
77
siteMetadata: {
8-
siteTitle: 'Pixel Point Gatsby Tailwind Starter',
9-
siteDescription: 'Site Description',
8+
siteTitle: 'Cloud Native Days Austria',
109
siteImage: '/images/social-preview.png',
1110
siteLanguage: 'en',
1211
siteUrl: process.env.GATSBY_DEFAULT_SITE_URL || 'http://localhost:8000',
13-
authorName: 'Pixel Point',
1412
},
1513
plugins: [
1614
{
@@ -42,8 +40,8 @@ module.exports = {
4240
{
4341
resolve: 'gatsby-plugin-manifest',
4442
options: {
45-
name: 'gatsby-starter-default',
46-
short_name: 'starter',
43+
name: 'Cloud Native Days Austria',
44+
short_name: 'CNDA',
4745
start_url: '/',
4846
display: 'minimal-ui',
4947
icon: 'src/images/favicon.png',

0 commit comments

Comments
 (0)