Skip to content

Commit

Permalink
fix: incorrect sitemap URL. Closes #223
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Sep 22, 2024
1 parent e06b17c commit 3757e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
defaultTitle: `ajfisher`,
description: `The blog and portfolio of AJFisher - technologist`,
author: `@ajfisher`,
siteUrl: 'https://www.ajfisher.me'
siteUrl: 'https://ajfisher.me'
},
plugins: [
`gatsby-plugin-styled-components`,
Expand Down

0 comments on commit 3757e82

Please sign in to comment.