From 420b1cae6793f75e9369821760371b13e908f929 Mon Sep 17 00:00:00 2001 From: Jordan Lei Date: Fri, 29 Mar 2024 12:15:45 -0400 Subject: [PATCH] removing path prefix --- gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index acee383..d440207 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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`, @@ -44,5 +44,5 @@ module.exports = { }, }, ], - pathPrefix: "/guis", + pathPrefix: "/", }