update site meta

This commit is contained in:
desmukh 2023-01-05 13:09:45 +05:00
parent f092f62a90
commit d39c88f21b

View File

@ -9,15 +9,11 @@
*/ */
module.exports = { module.exports = {
siteMetadata: { siteMetadata: {
title: `Gatsby Starter Blog`, title: `Autonomic Co-operative`,
author: { description: `Autonomic is a tech co-operative that builds and runs infrastructure to help people make a positive impact on the world.`,
name: `Kyle Mathews`, siteUrl: `https://autonomic.zone/`,
summary: `who lives and works in San Francisco building useful things.`,
},
description: `A starter blog demonstrating what Gatsby can do.`,
siteUrl: `https://gatsbystarterblogsource.gatsbyjs.io/`,
social: { social: {
twitter: `kylemathews`, twitter: `autonomiccoop`,
}, },
}, },
plugins: [ plugins: [
@ -102,7 +98,7 @@ module.exports = {
} }
}`, }`,
output: "/rss.xml", output: "/rss.xml",
title: "Gatsby Starter Blog RSS Feed", title: "Autonomic Blog RSS Feed",
}, },
], ],
}, },
@ -110,8 +106,8 @@ module.exports = {
{ {
resolve: `gatsby-plugin-manifest`, resolve: `gatsby-plugin-manifest`,
options: { options: {
name: `Gatsby Starter Blog`, name: `Autonomic Co-operative`,
short_name: `Gatsby`, short_name: `Autonomic`,
start_url: `/`, start_url: `/`,
background_color: `#ffffff`, background_color: `#ffffff`,
// This will impact how browsers show your PWA/website // This will impact how browsers show your PWA/website