Skip to content

Commit 2d52ca1

Browse files
committed
remove contentful
1 parent 0c645e2 commit 2d52ca1

File tree

3 files changed

+0
-146
lines changed

3 files changed

+0
-146
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"@vercel/speed-insights": "1.1.0",
1919
"apitable": "1.3.0",
2020
"clsx": "2.1.1",
21-
"contentful": "11.7.13",
2221
"i18next": "23.16.4",
2322
"i18next-resources-to-backend": "1.2.1",
2423
"isomorphic-dompurify": "2.16.0",

pnpm-lock.yaml

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

src/utils/contentful.utils.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
import { createClient } from 'contentful';
21
import { blurImage } from './image-blur.utils';
32
import { getImageUrl } from './get-image';
43

5-
export const client = createClient({
6-
space: process.env.CONTENTFUL_SPACE_ID as string,
7-
accessToken: process.env.CONTENTFUL_ACCESS_TOKEN as string,
8-
});
94

105
export async function getBlurringImage(key: string, prefix = "static") {
116
const url = getImageUrl(key, prefix)

0 commit comments

Comments
 (0)