File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
title : 'next-intl' ,
3
3
description : 'Internationalization (i18n) for Next.js' ,
4
- descriptionPretty : 'Internationalization for Next.js' ,
5
4
baseUrl : process . env . VERCEL_PROJECT_PRODUCTION_URL
6
5
? 'https://' + process . env . VERCEL_PROJECT_PRODUCTION_URL
7
6
: 'http://localhost:3000' ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default async function OG(req: Request) {
39
39
data-name = "Layer 1"
40
40
id = "Layer_1"
41
41
viewBox = "0 0 1663.8 399"
42
- width = { 400 }
42
+ width = { 300 }
43
43
xmlns = "http://www.w3.org/2000/svg"
44
44
>
45
45
< g id = "logo-copy-5" >
@@ -116,26 +116,12 @@ export default async function OG(req: Request) {
116
116
< h1
117
117
style = { {
118
118
fontSize : 82 ,
119
- margin : '0 0 40px -2px' ,
120
119
lineHeight : 1.1 ,
121
120
letterSpacing : - 4
122
121
} }
123
122
>
124
123
{ title }
125
124
</ 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 >
139
125
</ div >
140
126
) ,
141
127
{
You can’t perform that action at this time.
0 commit comments