Skip to content

Commit 995e988

Browse files
author
crzypatchwork
committed
log
1 parent ae1ab56 commit 995e988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const App = () => {
2222

2323
// 1st time loading the site ???
2424
useEffect(() => {
25+
console.log(window.location.pathname)
2526
getInitialData().then(() => {
2627
setLoading(false)
2728
})

0 commit comments

Comments
 (0)