Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
VisualGLM-6B_pytorch
Commits
2cb79729
Commit
2cb79729
authored
Jan 14, 2020
by
James Tharpe
Browse files
fix paths prefix
parent
b1eec709
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
gatsby-config.js
gatsby-config.js
+1
-0
No files found.
.gitlab-ci.yml
View file @
2cb79729
...
...
@@ -7,7 +7,7 @@ build:
stage
:
build
script
:
-
npm install
-
npm run build -- --prefix-paths
${CI_PAGES_URL}
-
npm run build -- --prefix-paths
artifacts
:
paths
:
-
public
...
...
gatsby-config.js
View file @
2cb79729
module
.
exports
=
{
pathPrefix
:
`.env.
${
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.`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment