diff --git a/src/App.js b/src/App.js
index 69f120fca178d1bd363b70a9348f0b0101dc8086..512689822628f55d908b129d3fcd267f81f3f22e 100644
--- a/src/App.js
+++ b/src/App.js
@@ -152,7 +152,9 @@ export default function App() {
   }, [window.innerWidth, window.innerHeight]);
 
   return (
-    <BrowserRouter history={piwik.connectToHistory(customHistory)}>
+    // add piwik later
+    // history={piwik.connectToHistory(customHistory)}
+    <BrowserRouter>
       <Header />
       <div
         style={{