From 12128295a6931d1977b0db410781e2df64951299 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Wed, 21 Aug 2024 14:06:28 +0200 Subject: [PATCH] validating the basename setup --- react-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-config.js b/react-config.js index 0a9d7b5..d7f5e7d 100644 --- a/react-config.js +++ b/react-config.js @@ -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; \ No newline at end of file