Skip to content

Commit

Permalink
Add metadata for share widgetgs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliihen committed Jan 23, 2025
1 parent 711d52c commit 3babf26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = {
title: 'Nova',
author: {
name: 'The Nova Team',
summary: `who works from Fornebu, Norway to make the best cloud platform in the nordics.`,
summary: `who works to make the best cloud platform in the nordics.`,
},
description: `A starter blog demonstrating what Gatsby can do.`,
siteUrl: `https://gatsbystarterblogsource.gatsbyjs.io/`,
description: "Telenor's Nova team tech blog",
siteUrl: `https://nova.eliine.dev`,
},
plugins: [
`gatsby-plugin-image`,
Expand Down Expand Up @@ -107,15 +107,15 @@ module.exports = {
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Gatsby Starter Blog`,
short_name: `Gatsby`,
name: 'The Nova Platform Tech Blog',
short_name: `Nova`,
start_url: `/`,
background_color: `#ffffff`,
// This will impact how browsers show your PWA/website
// https://css-tricks.com/meta-theme-color-and-trickery/
// theme_color: `#663399`,
display: `minimal-ui`,
icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site.
icon: `static/logo.png`, // This path is relative to the root of the site.
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Bio = () => {
className="bio-avatar"
layout="fixed"
formats={["auto", "webp", "avif"]}
src="../images/profile-pic.png"
src="/telenor-logo.svg"
width={50}
height={50}
quality={95}
Expand Down
1 change: 1 addition & 0 deletions static/telenor-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3babf26

Please sign in to comment.