Skip to content
Snippets Groups Projects
Commit 4bbe47a7 authored by James Tharpe's avatar James Tharpe
Browse files

get that pages url

parent 517e9198
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ variables: ...@@ -6,6 +6,7 @@ variables:
build: build:
stage: build stage: build
script: script:
- CI=true
- npm install - npm install
- gatsby build --prefix-paths - gatsby build --prefix-paths
artifacts: artifacts:
......
module.exports = { module.exports = {
pathPrefix:`.env.${process.env.CI_PAGES_URL}`, pathPrefix: "${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.`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment