Skip to content

Commit

Permalink
Deploy preview for PR 1527 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed May 20, 2024
1 parent f539a22 commit 38c70f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-preview/pr-1527/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Otherwise, leave pathSegmentsToKeep as 0.

var isPrPreview = window.location.pathname.includes('/pr-preview/');
var pathSegmentsToKeep = isPrPreview ? 4 : 0;
var pathSegmentsToKeep = isPrPreview ? 3 : 0;

var l = window.location;
l.replace(
Expand Down

0 comments on commit 38c70f6

Please sign in to comment.