File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ export async function generateMetadata({
141141 const { author : authorData } = data ;
142142
143143 return {
144- title : `${ authorData . name } | L.A.P Team ` ,
144+ title : `${ authorData . name } ` ,
145145 description : authorData . biography . summary ,
146146 openGraph : {
147- title : `${ authorData . name } | L.A.P Team ` ,
147+ title : `${ authorData . name } ` ,
148148 description : authorData . biography . summary ,
149149 url : `https://lap-docs.netlify.app/team/${ authorData . slug } ` ,
150150 images : authorData . avatar
@@ -159,7 +159,7 @@ export async function generateMetadata({
159159 } ,
160160 twitter : {
161161 card : "summary_large_image" ,
162- title : `${ authorData . name } | L.A.P Team ` ,
162+ title : `${ authorData . name } ` ,
163163 description : authorData . biography . summary ,
164164 images : authorData . avatar ? [ authorData . avatar ] : [ ] ,
165165 } ,
You can’t perform that action at this time.
0 commit comments