Skip to content

Commit

Permalink
validating the basename setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Aug 21, 2024
1 parent ad44478 commit 1212829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const basename = process.env.NODE_ENV === 'github-pages' ? '/copilot-videos/' : '/';
const basename = process.env.NODE_ENV === 'github-pages' ? '/copilot-videos/' : '';

export default basename;

0 comments on commit 1212829

Please sign in to comment.