Skip to content

Commit 01277da

Browse files
committed
remove fathom
1 parent a4cd81e commit 01277da

File tree

5 files changed

+1
-23
lines changed

5 files changed

+1
-23
lines changed

lib/env.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ interface ImportMetaEnv {
33
readonly VITE_SUPABASE_PUBLIC_KEY: string
44
readonly VITE_API_URL: string
55

6-
readonly VITE_FATHOM_SITE_ID: string
7-
86
readonly VITE_VAPID_PUBLIC_KEY: string
97
}
108

nuxt.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ declare module "@nuxt/schema" {
1919
const env = process.env.VERCEL_ENV as "production" | "development" | undefined
2020

2121
export default defineNuxtConfig({
22-
nitro: { preset: "vercel" },
22+
nitro: { preset: "node-server" },
2323

2424
runtimeConfig: {
2525
vapidPrivateKey: "",
@@ -36,7 +36,6 @@ export default defineNuxtConfig({
3636
apiUrl: "http://localhost:3000",
3737
sentryDsn:
3838
"https://e4f5998ed2e349b985f2150cba13550e@o524049.ingest.sentry.io/5721085",
39-
fathomSiteId: "FVADOKGJ",
4039
vapidPublicKey:
4140
"BMxxkM7nyik9wtBsK6wVnHxfsOgPVsA05QmW3AE5M8bPAVoAV9LGX3i26p-mZkDJd7zj7iZufOPdI7Cpd2IYs1M",
4241
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"canvas-confetti": "1.9.3",
3535
"date-fns": "4.1.0",
3636
"dotaver": "1.0.1",
37-
"fathom-client": "3.7.2",
3837
"p-queue": "8.1.0",
3938
"pino": "9.7.0"
4039
},

plugins/fathom.client.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)