Skip to content

Commit 9ff37ae

Browse files
committed
small change to logging
1 parent e4c6f3a commit 9ff37ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { actionTypes } from '../containers/ContextProvider/reducer';
1414
const isGhPages = process.env.VITE_GH_PAGES.trim() === 'true';
1515
const Router = isGhPages ? HashRouter : BrowserRouter;
1616
const redirect = isGhPages ? '/request-generator/#/index' : '/index';
17+
console.log('redirect: ' + redirect);
1718
const App = () => {
1819
const [, dispatch] = React.useContext(SettingsContext);
1920
useEffect(() => {

0 commit comments

Comments
 (0)