Modpack alpha release (#469)

This commit is contained in:
venashial
2022-05-15 17:54:59 -07:00
committed by GitHub
parent 63b2bb55a1
commit 46d1537d8f
9 changed files with 79 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
export default function (context) {
// Temporary disable analytics
/*
if (process.client && context.from.path === context.route.path) {
return
}
@@ -19,4 +21,5 @@ export default function (context) {
console.error('An error occurred while registering the visit: ', e)
})
})
*/
}