Skip to content

Commit fe949a5

Browse files
committed
docs: Improve OG image
1 parent 323ef22 commit fe949a5

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

docs/config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
title: 'next-intl',
33
description: 'Internationalization (i18n) for Next.js',
4-
descriptionPretty: 'Internationalization for Next.js',
54
baseUrl: process.env.VERCEL_PROJECT_PRODUCTION_URL
65
? 'https://' + process.env.VERCEL_PROJECT_PRODUCTION_URL
76
: 'http://localhost:3000',

docs/pages/api/og.tsx

+1-15
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default async function OG(req: Request) {
3939
data-name="Layer 1"
4040
id="Layer_1"
4141
viewBox="0 0 1663.8 399"
42-
width={400}
42+
width={300}
4343
xmlns="http://www.w3.org/2000/svg"
4444
>
4545
<g id="logo-copy-5">
@@ -116,26 +116,12 @@ export default async function OG(req: Request) {
116116
<h1
117117
style={{
118118
fontSize: 82,
119-
margin: '0 0 40px -2px',
120119
lineHeight: 1.1,
121120
letterSpacing: -4
122121
}}
123122
>
124123
{title}
125124
</h1>
126-
<p
127-
style={{
128-
position: 'absolute',
129-
bottom: 70,
130-
left: 80,
131-
margin: 0,
132-
fontSize: 32,
133-
letterSpacing: -1,
134-
opacity: 0.7
135-
}}
136-
>
137-
{siteConfig.descriptionPretty}
138-
</p>
139125
</div>
140126
),
141127
{

0 commit comments

Comments
 (0)