Skip to content

Commit

Permalink
remove vercel analytics
Browse files Browse the repository at this point in the history
introduced in commit 0578c57
  • Loading branch information
loup-brun committed Jul 28, 2023
1 parent b862fc9 commit 46edd7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 36 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@rgossiaux/svelte-headlessui": "^1.0.0",
"@sveltejs/adapter-vercel": "^2.0.2",
"@sveltejs/kit": "~1.5.2",
"@vercel/analytics": "^0.1.10",
"autoprefixer": "^10.4.7",
"carbon-icons-svelte": "11",
"postcss": "^8.4.13",
Expand Down
35 changes: 5 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<script>
import '$lib/styles/app.pcss';
// vercel analytics
import { dev } from '$app/environment';
import { inject } from '@vercel/analytics';
inject({ mode: dev ? 'development' : 'production' });
</script>

<svelte:head>
Expand Down

1 comment on commit 46edd7e

@vercel
Copy link

@vercel vercel bot commented on 46edd7e Jul 28, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

better-web-hytek – ./

better-web-hytek-loupbrun.vercel.app
better-web-hytek.vercel.app
better-web-hytek-git-main-loupbrun.vercel.app

Please sign in to comment.