update site meta

This commit is contained in:
desmukh 2023-01-05 13:09:45 +05:00
parent f092f62a90
commit d39c88f21b
1 changed files with 7 additions and 11 deletions

View File

@ -9,15 +9,11 @@
*/
module.exports = {
siteMetadata: {
title: `Gatsby Starter Blog`,
author: {
name: `Kyle Mathews`,
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/`,
title: `Autonomic Co-operative`,
description: `Autonomic is a tech co-operative that builds and runs infrastructure to help people make a positive impact on the world.`,
siteUrl: `https://autonomic.zone/`,
social: {
twitter: `kylemathews`,
twitter: `autonomiccoop`,
},
},
plugins: [
@ -102,7 +98,7 @@ module.exports = {
}
}`,
output: "/rss.xml",
title: "Gatsby Starter Blog RSS Feed",
title: "Autonomic Blog RSS Feed",
},
],
},
@ -110,8 +106,8 @@ module.exports = {
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Gatsby Starter Blog`,
short_name: `Gatsby`,
name: `Autonomic Co-operative`,
short_name: `Autonomic`,
start_url: `/`,
background_color: `#ffffff`,
// This will impact how browsers show your PWA/website