diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-02-18 15:40:35 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-02-18 15:40:35 +0100 |
| commit | 06ce8fbab52c5c25a67a1518f1888b083b5edde3 (patch) | |
| tree | 244e0011111adbc37b9383dea8ede4374fed8d9a /dist/sanity-client.js | |
| parent | fd6c3380f628c4de4e313c53152366a4484feeca (diff) | |
| download | auroraklinikken.no-06ce8fbab52c5c25a67a1518f1888b083b5edde3.tar.xz auroraklinikken.no-06ce8fbab52c5c25a67a1518f1888b083b5edde3.zip | |
.
Diffstat (limited to 'dist/sanity-client.js')
| -rw-r--r-- | dist/sanity-client.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dist/sanity-client.js b/dist/sanity-client.js deleted file mode 100644 index 4415100..0000000 --- a/dist/sanity-client.js +++ /dev/null @@ -1,8 +0,0 @@ -import { env } from "$env/dynamic/private"; -import createSanityClient from "@sanity/client"; -export const sanity = createSanityClient({ - projectId: env.SANITY_STUDIO_API_PROJECT_ID, - dataset: env.SANITY_STUDIO_API_DATASET, - apiVersion: "2022-03-24", - useCdn: true, -}); |
