diff --git a/gatsby-config.js b/gatsby-config.js index 410b22e..d3d7fe6 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -12,8 +12,8 @@ module.exports = { name: "pingbot", short_name: "pingbot", start_url: "/", - background_color: "#282c34", - theme_color: "#282c34", + background_color: "#9517cf", + theme_color: "#9517cf", display: "minimal-ui", icon: "src/images/icon.png", // This path is relative to the root of the site. } diff --git a/package.json b/package.json index abd648d..2a3fe6f 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,11 @@ "name": "pingbot", "version": "1.0.0", "private": true, - "description": "Ping Bot", + "description": "Keep your apps alive on replit.com or glitch.com", "author": "Medzik", "keywords": [ - "gatsby" + "gatsby", + "pingbot" ], "scripts": { "dev": "gatsby develop", diff --git a/src/components/seo.js b/src/components/seo.js index 44745a3..e6a08d8 100644 --- a/src/components/seo.js +++ b/src/components/seo.js @@ -1,7 +1,7 @@ import React from "react" +import { useStaticQuery, graphql } from "gatsby" import PropTypes from "prop-types" import { Helmet } from "react-helmet" -import { useStaticQuery, graphql } from "gatsby" function Seo(props) { const { site } = useStaticQuery( diff --git a/src/images/icon.png b/src/images/icon.png index 23b1794..9978514 100644 Binary files a/src/images/icon.png and b/src/images/icon.png differ diff --git a/src/images/icon.png. b/src/images/icon.png. new file mode 100644 index 0000000..23b1794 Binary files /dev/null and b/src/images/icon.png. differ