Skip to content

Commit

Permalink
Fix extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed May 29, 2024
1 parent 7bc9cf5 commit 369a982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const pwaCacheId =
process.env.STAGE === "PRODUCTION" ||
process.env.STAGE === "STAGING" ||
process.env.STAGE === "REVIEW"
? process.env.BASE_URL.replaceAll("/", "") + "-"
? process.env.BASE_URL.replaceAll("/", "")
: undefined;

// There are third-party options but seems better to just depend on ejs.
Expand Down

0 comments on commit 369a982

Please sign in to comment.