Skip to content

Commit

Permalink
removing path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlei committed Mar 29, 2024
1 parent efa474b commit 420b1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
siteMetadata: {
title: `Growing Up in Science`,
siteUrl: `https://www.yourdomain.tld`,
siteUrl: `https://www.growingupinscience.com`,
},
plugins: [
`gatsby-plugin-image`,
Expand Down Expand Up @@ -44,5 +44,5 @@ module.exports = {
},
},
],
pathPrefix: "/guis",
pathPrefix: "/",
}

0 comments on commit 420b1ca

Please sign in to comment.