We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f2319 commit c80f0a0Copy full SHA for c80f0a0
1 file changed
packages/app/src/app/blog/og-preview/page.tsx
@@ -60,7 +60,7 @@ const SIZES = [
60
61
export default function OgPreviewPage() {
62
return (
63
- <main className="container mx-auto px-4 py-12 max-w-7xl">
+ <main className="container mx-auto px-4 py-12 max-w-7xl overflow-hidden">
64
<h1 className="text-3xl font-bold mb-2">OG Image Variants Preview</h1>
65
<p className="text-muted-foreground mb-10">
66
Each variant shown at actual platform render sizes. V1–V10: generic. V11–V15: brand palette.
0 commit comments