Skip to content

Commit

Permalink
removed google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
realcapobambino committed Dec 6, 2023
1 parent a1c178a commit d635e1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion google7321f185e983fb92.html

This file was deleted.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Charles Wahome</title>
<meta name="google-site-verification" content="9pgHxezGjyRVZHvkyf_38RlUXLZM96dXUrQQFWOYMYI" />

<!-- ROBOTO FONT FOR TW-ELEMENTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
Expand Down
7 changes: 7 additions & 0 deletions src/App/Home/Router/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Home from '@/App/Home/Views/Home.vue';
import NotFound from '@/App/Views/NotFound.vue';

export default [
{
Expand All @@ -10,5 +11,11 @@ export default [
requiresAuth: false,
}
},
// 404 PAGE
{
path: '/:catchAll(.*)',
name: 'NotFound',
component: NotFound
}

]

1 comment on commit d635e1d

@vercel
Copy link

@vercel vercel bot commented on d635e1d Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.