force deploy

This commit is contained in:
Jonathan Summers-Muir
2022-12-08 12:19:26 +08:00
parent 11277f43ee
commit b750a78f77

View File

@@ -28,7 +28,6 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
function handleRouteChange(url: string) {
// telemetry(url)
}
// Listen for page changes after a navigation or when the query changes
router.events.on('routeChangeComplete', handleRouteChange)
return () => {