Commit 2cb79729 authored by James Tharpe's avatar James Tharpe
Browse files

fix paths prefix

parent b1eec709
...@@ -7,7 +7,7 @@ build: ...@@ -7,7 +7,7 @@ build:
stage: build stage: build
script: script:
- npm install - npm install
- npm run build -- --prefix-paths ${CI_PAGES_URL} - npm run build -- --prefix-paths
artifacts: artifacts:
paths: paths:
- public - public
......
module.exports = { module.exports = {
pathPrefix:`.env.${process.env.CI_PAGES_URL}`,
siteMetadata: { siteMetadata: {
title: `Gatsby Default Starter`, 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.`, 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.`,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment