Skip to content

Commit

Permalink
Merge pull request #145 from merative/gatsby-issue
Browse files Browse the repository at this point in the history
Change default site prefix
  • Loading branch information
gillesde authored Jun 28, 2023
2 parents 241072e + 420fc05 commit e82ce52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const siteTitle = 'Curam SPM on Kubernetes Runbook'

var sitePrefix = process.env.SITE_PREFIX || "/"
var sitePrefix = process.env.SITE_PREFIX || "/spm-kubernetes/"
console.log(`Using SITE_PREFIX: '${sitePrefix}'`)

module.exports = {
Expand Down Expand Up @@ -30,9 +30,9 @@ module.exports = {
withWebp: true,
imageQuality: 75,
iconPath: "./src/images/spm-favicon-32.svg",
repository: {
baseUrl: "https://github.com/merative/spm-kubernetes",
},
//repository: {
// baseUrl: "https://github.com/merative/spm-kubernetes",
//},
},
},
],
Expand Down

0 comments on commit e82ce52

Please sign in to comment.