From 14cffbb583651e6f1be26848bfb486f2b3bbdf7a Mon Sep 17 00:00:00 2001 From: James Tharpe <james.tharpe1@t-mobile.com> Date: Tue, 14 Jan 2020 09:16:08 -0800 Subject: [PATCH] Alrighty then --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index ede9fe6..a4732f9 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,5 +1,5 @@ module.exports = { - pathPrefix: `process.env.CI_PAGES_URL`, + pathPrefix: `/gatsby/`, siteMetadata: { title: `Gatsby Default Starter`, description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`, -- GitLab