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 ae1ab56 commit 995e988Copy full SHA for 995e988
src/App.js
@@ -22,6 +22,7 @@ const App = () => {
22
23
// 1st time loading the site ???
24
useEffect(() => {
25
+ console.log(window.location.pathname)
26
getInitialData().then(() => {
27
setLoading(false)
28
})
0 commit comments