Skip to content

Commit

Permalink
refactor: follow vercel analytics instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 28, 2024
1 parent 8936557 commit 4e2c5f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Validate PR Title"
name: "validate pr title"

on:
pull_request_target:
Expand Down
5 changes: 5 additions & 0 deletions apps/app/plugins/analytics.client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { inject } from '@vercel/analytics';

export default defineNuxtPlugin(() => {
inject();
});
13 changes: 0 additions & 13 deletions apps/app/plugins/vercel.client.ts

This file was deleted.

0 comments on commit 4e2c5f7

Please sign in to comment.