We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ccef7 commit 6c717b0Copy full SHA for 6c717b0
src/cra-template/template/src/App.js
@@ -15,7 +15,7 @@ const App = () => {
15
}, [])
16
17
return (
18
- <Router basename="react-windows-ui">
+ <Router basename={'/'}>
19
20
<SplashScreen
21
//duration={1000} /* Add additional delay before page loads */
0 commit comments