We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c346ed commit 98efe72Copy full SHA for 98efe72
2 files changed
apps/sim/app/(landing)/blog/[slug]/back-link.tsx
apps/sim/app/(landing)/blog/og/route.tsx
@@ -6,6 +6,8 @@ import { getPostMetaBySlug } from '@/lib/blog/registry'
6
import { formatDate } from '@/lib/core/utils/formatting'
7
import { getPrimaryCategory } from '@/app/(landing)/blog/tag-colors'
8
9
+export const runtime = 'nodejs'
10
+
11
function getTitleFontSize(title: string): number {
12
if (title.length > 80) return 36
13
if (title.length > 60) return 40
0 commit comments