Skip to content

Commit

Permalink
site metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Jan 11, 2024
1 parent eb5a880 commit da936da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ require('dotenv').config({
const config: GatsbyConfig = {
siteMetadata: {
title: `Jono Lane`,
siteUrl: `https://www.jonolane.github.io`
// siteUrl: `https://www.jonolane.github.io`
siteUrl: `https://www.jonolane.io`,
description: `Personal portfolio showcasing my projects.`,
image: `https://jonolane.io/JonoPortfolioStill.jpg`,
},
// More easily incorporate content into your pages through automatic TypeScript type generation and better GraphQL IntelliSense.
// If you use VSCode you can also use the GraphQL plugin
Expand Down

0 comments on commit da936da

Please sign in to comment.