Skip to content

Commit

Permalink
fix: fixed Gatsby local build (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang authored Aug 11, 2023
1 parent 9ab09a0 commit 5ddce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ module.exports = {
author: '@edx',
},
// Match the location of the site on github pages if no path prefix is specified
pathPrefix: 'PATH_PREFIX' in process.env ? process.env.PATH_PREFIX : '/paragon',
pathPrefix: process.env.PATH_PREFIX || '',
plugins,
};

0 comments on commit 5ddce1f

Please sign in to comment.