Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertBodziony committed Oct 19, 2023
1 parent 70ebc9a commit 1f26947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ setConfig({
})
const App: React.FC = () => {
const persistor = persistStore(store)

// Redirect to https://twitter.com/synthetify
window.location.href = 'https://twitter.com/synthetify'
return (
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
Expand Down

0 comments on commit 1f26947

Please sign in to comment.