File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { SomethingWrongButton } from "@/components/buttons/SomethingWrongButton" ;
2
2
import { ImageGenerationForm } from "@/components/ImageGenerationForm" ;
3
3
import { CountryCode } from "@/lib/stripe/createCheckoutSession" ;
4
- import { track } from "@vercel/analytics" ;
4
+ import { track } from "@vercel/analytics/server " ;
5
5
6
6
export default async function CreatePage ( {
7
7
searchParams,
Original file line number Diff line number Diff line change 1
1
import { SomethingWrongButton } from "@/components/buttons/SomethingWrongButton" ;
2
2
import { CreateLink } from "@/components/CreateLink" ;
3
3
import { ExamplesSection } from "@/components/sections/ExamplesSection" ;
4
- import { track } from "@vercel/analytics" ;
4
+ import { track } from "@vercel/analytics/server " ;
5
5
6
6
export default function Home ( ) {
7
7
track ( "Landed on Home" ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
CardHeader ,
18
18
CardTitle ,
19
19
} from "@/components/ui/card" ;
20
- import { track } from "@vercel/analytics" ;
20
+ import { track } from "@vercel/analytics/server " ;
21
21
22
22
export const dynamic = "force-dynamic" ;
23
23
Original file line number Diff line number Diff line change 7
7
getEnabledProductsForCountry ,
8
8
} from "@/lib/printify/productsData" ;
9
9
import { CountryCode } from "@/lib/stripe/createCheckoutSession" ;
10
- import { track } from "@vercel/analytics" ;
10
+ import { track } from "@vercel/analytics/server " ;
11
11
12
12
export type Position = "front" | "back" ;
13
13
You can’t perform that action at this time.
0 commit comments