Skip to content

Commit

Permalink
BUGFIX config
Browse files Browse the repository at this point in the history
  • Loading branch information
lencodes committed Sep 12, 2023
1 parent 62a1b4c commit 679a2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require("dotenv").config({
module.exports = {
pathPrefix:
process.env.USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX === "true"
? `$/${process.env.GITHUB_REPOSITORY_NAME}`
? `/${process.env.GITHUB_REPOSITORY_NAME}`
: "", // we do NOT want to set the prefix if we're using an DNS
plugins: [
{
Expand Down

0 comments on commit 679a2ac

Please sign in to comment.