Skip to content

Commit

Permalink
title changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0sumrich committed Jun 9, 2021
1 parent 80e8e0b commit 697ecfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
10 changes: 2 additions & 8 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = {
pathPrefix: "/library-dash",
flags: { PRESERVE_WEBPACK_CACHE: true },
siteMetadata: {
title: `Barnet Libraries Stats`,
title: `Barnet Libraries Library Development Plans data`,
author: `github.com/0sumrich`,
description: "KPIs",
description: "LDP Plan data",
},
plugins: [
`gatsby-plugin-react-helmet`,
Expand All @@ -18,12 +18,6 @@ module.exports = {
},
},
},
// {
// resolve: `gatsby-plugin-layout`,
// options: {
// component: require.resolve(`./src/components/layout.js`),
// },
// },
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
`gatsby-transformer-json`,
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "library-dash",
"name": "library-development",
"private": true,
"description": "Library dashboard",
"description": "Data for library development plans",
"version": "0.1.0",
"author": "0sumrich",
"dependencies": {
Expand All @@ -13,7 +13,6 @@
"classnames": "^2.3.1",
"gatsby": "^3.6.2",
"gatsby-image": "^3.1.0",
"gatsby-plugin-layout": "^2.6.0",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-offline": "^4.1.0",
Expand Down

0 comments on commit 697ecfa

Please sign in to comment.