aboutsummaryrefslogtreecommitdiff
path: root/src/site/layouts
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-02 22:16:35 +0900
committerPitu <[email protected]>2019-03-02 22:16:35 +0900
commit789f5fc259b90dd6a3b21fd2aef1a9e54a19506e (patch)
tree7911803b2631ce9b009368c0984f42b442abf46e /src/site/layouts
parentFix uploader not showing up when logged in (diff)
downloadhost.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.tar.xz
host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.zip
Removed google analytics
Diffstat (limited to 'src/site/layouts')
-rw-r--r--src/site/layouts/error.vue9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/site/layouts/error.vue b/src/site/layouts/error.vue
index 597653b..77d188f 100644
--- a/src/site/layouts/error.vue
+++ b/src/site/layouts/error.vue
@@ -23,13 +23,6 @@
import Navbar from '~/components/navbar/Navbar.vue';
export default {
- components: { Navbar },
- mounted() {
- this.$ga.page({
- page: '/404',
- title: 'Not Found',
- location: window.location.href
- });
- }
+ components: { Navbar }
};
</script>