Skip to content

Commit

Permalink
Remove @vercel/analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Dec 13, 2023
1 parent cb44323 commit ff5cd75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@changesets/cli": "^2.26.2",
"@floating-ui/dom": "^1.5.3",
"@fortawesome/fontawesome-common-types": "^6.4.2",
"@vercel/analytics": "^1.1.1",
"clsx": "^2.0.0",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
Expand Down
3 changes: 0 additions & 3 deletions packages/svelte-ux/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import { inject } from '@vercel/analytics';
import 'prism-themes/themes/prism-vsc-dark-plus.css';
import { dev } from '$app/environment';
import { mdiArrowTopRight, mdiGithub, mdiTwitter } from '@mdi/js';
Expand All @@ -13,8 +12,6 @@
import { afterNavigate, goto } from '$app/navigation';
import { settings } from '$lib';
inject({ mode: dev ? 'development' : 'production' });
settings({
// formats: {
// numbers: {
Expand Down
13 changes: 0 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit ff5cd75

Please sign in to comment.