Skip to content

Commit

Permalink
needs the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Aug 21, 2024
1 parent 9cc756e commit 8f0117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
console.log(`pathname: ${pathname}`);

// Construct the new URL (only needed for forks with a subfolder, should not be used on https://github-copilot.xebia.ms!)
let basePath = '/';
let basePath = '/#';
// check if the url is for prod
if (!window.location.hostname === 'github-copilot.xebia.ms') {
// Redirect to the root of the fork
Expand Down

0 comments on commit 8f0117a

Please sign in to comment.