Skip to content

Commit

Permalink
fix variable init
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Aug 21, 2024
1 parent 2123ba9 commit 85db4be
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 @@ -11,7 +11,7 @@
if (pathname.startsWith('/')) {
pathname = pathname.substring(1);
}
console.log(`pathname: ${basePath}`);
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 = '/';
Expand Down

0 comments on commit 85db4be

Please sign in to comment.