Skip to content

Commit

Permalink
vagas.cc to vagastech.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
edkf committed Jul 30, 2020
1 parent 1210fb7 commit 75e1325
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('dotenv').config()

module.exports = {
siteMetadata: {
title: `vagas.cc`,
title: `techvagas.cc`,
heroHeadline: 'Vagas de Tecnologia',
description: `Uma iniciativa que tem por objetivo trazer a esperança de um novo emprego, mesmo em meio à incerteza da pandemia.`,
author: `Edgard Kozlowski`,
Expand Down
2 changes: 1 addition & 1 deletion public/page-data/index/page-data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/static/d/1181931054.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/static/d/611231128.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"data":{"site":{"siteMetadata":{"title":"vagas.cc","description":"Uma iniciativa que tem por objetivo trazer a esperança de um novo emprego, mesmo em meio à incerteza da pandemia.","author":"Edgard Kozlowski","thumbnail":"src/images/vagascc.png"}}}}
{"data":{"site":{"siteMetadata":{"title":"techvagas.cc","description":"Uma iniciativa que tem por objetivo trazer a esperança de um novo emprego, mesmo em meio à incerteza da pandemia.","author":"Edgard Kozlowski","thumbnail":"src/images/vagascc.png"}}}}
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Header = ({title, formUrl}) => {
return (
<Container>
<Content>
<Logo ><a href="/">vagas.cc</a></Logo>
<Logo ><a href="/">techvagas.cc</a></Logo>
<Link
href={formUrl}
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ function SEO({ description, lang, meta, title }) {
},
{
name: `twitter:image`,
content: 'https://res.cloudinary.com/dyw3e3f2c/image/upload/v1593560987/vagas.cc/vagascc.jpg',
content: 'https://res.cloudinary.com/dyw3e3f2c/image/upload/v1596144876/vagas.cc/techvagascc.jpg',
},
{
name: `image`,
property: `og:image`,
content: 'https://res.cloudinary.com/dyw3e3f2c/image/upload/v1593560987/vagas.cc/vagascc.jpg',
content: 'https://res.cloudinary.com/dyw3e3f2c/image/upload/v1596144876/vagas.cc/techvagascc.jpg',
},

].concat(meta)}
Expand Down
Binary file modified src/images/vagascc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const IndexPage = () => {
<>
<GlobalStyle />
<SEO
title="vagas.cc"
title="techvagas.cc"
/>
<Home data={data} />
</>
Expand Down

0 comments on commit 75e1325

Please sign in to comment.