mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 06:41:18 -07:00
Adding SHA (for PRs)/ Main (for main) to URL (#121)
* Fixes #90 - adds a GHA SHA to PR branches and 'main' for merges to main
This commit is contained in:
parent
7ab14c7f3d
commit
9ea0f946eb
2 changed files with 13 additions and 2 deletions
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
siteMetadata: {
|
||||
title: 'Justice40',
|
||||
},
|
||||
pathPrefix: '/justice40-tool',
|
||||
pathPrefix: `/justice40-tool/${process.env.DESTINATION_FOLDER}`,
|
||||
plugins: [
|
||||
{
|
||||
resolve: 'gatsby-plugin-sass',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue