From 5fb83b5a1f537d2a1c156de8a1c0c63ee1b31019 Mon Sep 17 00:00:00 2001 From: James Tharpe <james.tharpe1@t-mobile.com> Date: Tue, 14 Jan 2020 09:05:39 -0800 Subject: [PATCH] trial and error --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index cd327a8..ede9fe6 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,5 +1,5 @@ module.exports = { - pathPrefix: "${CI_PAGES_URL}", + pathPrefix: `process.env.CI_PAGES_URL`, 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