Skip to content

Commit 98efe72

Browse files
chore: fix review changes
1 parent 1c346ed commit 98efe72

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

apps/sim/app/(landing)/blog/[slug]/back-link.tsx

Lines changed: 0 additions & 17 deletions
This file was deleted.

apps/sim/app/(landing)/blog/og/route.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { getPostMetaBySlug } from '@/lib/blog/registry'
66
import { formatDate } from '@/lib/core/utils/formatting'
77
import { getPrimaryCategory } from '@/app/(landing)/blog/tag-colors'
88

9+
export const runtime = 'nodejs'
10+
911
function getTitleFontSize(title: string): number {
1012
if (title.length > 80) return 36
1113
if (title.length > 60) return 40

0 commit comments

Comments
 (0)