Skip to content

Commit

Permalink
Update to CDN client
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Aug 20, 2023
1 parent 3dee4d5 commit d9b0af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { GraphQLClient } from "graphql-request";

export const client = new GraphQLClient(
"https://api-us-east-1.graphcms.com/v2/ckvh09pdp3k4t01xn08841lrh/master"
"https://us-east-1.cdn.hygraph.com/content/ckvh09pdp3k4t01xn08841lrh/master"
);

0 comments on commit d9b0af2

Please sign in to comment.