Skip to content

Commit

Permalink
Merge pull request #651 from transitive-bullshit/fix/social-images
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit authored Nov 8, 2024
2 parents 163fda4 + dd3154e commit 99a7ced
Show file tree
Hide file tree
Showing 9 changed files with 300 additions and 300 deletions.
4 changes: 4 additions & 0 deletions lib/fonts/inter-regular.ts

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions lib/fonts/inter-semibold.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/map-image-url.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Block } from 'notion-types'
import { defaultMapImageUrl } from 'react-notion-x'
import { defaultMapImageUrl } from 'notion-utils'

import { defaultPageCover, defaultPageIcon } from './config'

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "next build",
"start": "next start",
"deploy": "vercel deploy",
"deps:update": "[ -z $GITHUB_ACTIONS ] && pnpm up -L notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"deps:upgrade": "[ -z $GITHUB_ACTIONS ] && pnpm up -L notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"deps:link": "[ -z $GITHUB_ACTIONS ] && run-s deps:link:* || echo 'Skipping deps:update on CI'",
"deps:unlink": "[ -z $GITHUB_ACTIONS ] && pnpm add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"deps:link:notion-types": "pnpm link ../react-notion-x/packages/notion-types",
Expand All @@ -36,23 +36,23 @@
"@react-icons/all-files": "^4.1.0",
"@vercel/og": "^0.6.3",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
"date-fns": "^4.1.0",
"expiry-map": "^2.0.0",
"fathom-client": "^3.4.1",
"ky": "^1.7.2",
"lqip-modern": "^2.1.0",
"next": "^15.0.2",
"notion-client": "^7.0.1",
"notion-types": "^7.0.1",
"notion-utils": "^7.0.1",
"next": "^15.0.3",
"notion-client": "^7.1.1",
"notion-types": "^7.1.1",
"notion-utils": "^7.1.1",
"p-map": "^7.0.2",
"p-memoize": "^7.1.1",
"posthog-js": "^1.20.2",
"posthog-js": "^1.181.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-body-classname": "^1.3.1",
"react-dom": "^18.2.0",
"react-notion-x": "^7.0.1",
"react-notion-x": "^7.2.1",
"react-tweet-embed": "^2.0.0",
"react-use": "^17.4.2",
"rss": "^1.2.2"
Expand Down
156 changes: 0 additions & 156 deletions pages/api/notion-page-info.tsx

This file was deleted.

Loading

0 comments on commit 99a7ced

Please sign in to comment.