Skip to content

Commit

Permalink
fixing site to be in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Dec 18, 2023
1 parent ab6c9f7 commit 1f71215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { GatsbyConfig } from 'gatsby'
module.exports = {
// You need pathPrefix if you're hosting GitHub Pages at a Project Pages or if your
// site will live at a subdirectory like https://example.com/mypathprefix/.
pathPrefix: '/developer-website',
// pathPrefix: '/developer-website',
siteMetadata: {
title: `Riverscapes Developer Website`,
// Optional but leave this blank if you don't want to use it.
Expand Down

0 comments on commit 1f71215

Please sign in to comment.