diff --git a/gatsby-config.js b/gatsby-config.js index a0c353b..2c1db60 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -2,10 +2,10 @@ const path = require('path'); module.exports = { siteMetadata: { - title: 'CSS Generator by Zinglecode', - description: 'Generate CSS (+ HTML) code with simple UI, by Zinglecode', + title: 'CSS Generator by AlphaCodeHub', + description: 'Generate CSS (+ HTML) code with simple UI, by AlphaCode', keywords: 'css, css-generator, react, gatsby, bulma', - author: 'Potchara Puttawanchai', + author: 'Shahroz Shahid', siteUrl: 'https://css-generator.netlify.app', }, plugins: [ @@ -15,7 +15,7 @@ module.exports = { { resolve: 'gatsby-plugin-manifest', options: { - name: 'CSS Generator by Zinglecode', + name: 'CSS Generator by AlphaCode', short_name: 'CSS Gen', start_url: '/', display: 'standalone', diff --git a/package.json b/package.json index 8466aad..649e110 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "scripts": { "develop": "gatsby develop --port 8100", "develop-0000": "gatsby develop --host 0.0.0.0 --port 8100", - "start": "gatsby develop --port 8100", + "start": "develogatsby p --port 8100", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean" diff --git a/src/components/_AppNavLeftbar.js b/src/components/_AppNavLeftbar.js index 2cc89d6..9c75aff 100644 --- a/src/components/_AppNavLeftbar.js +++ b/src/components/_AppNavLeftbar.js @@ -33,11 +33,11 @@ function _AppNavLeftbar() {
© Copyright 2023 Zinglecode.
+© Copyright 2023 AlphaCodeHub.
); }