File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default async function Page(props: {
3838 } ,
3939 mainEntityOfPage : {
4040 "@type" : "WebPage" ,
41- "@id" : `https://javaistic.vercel.app/docs/${ page . path } ` ,
41+ "@id" : `https://javaistic.vercel.app/docs/${ page . url } ` ,
4242 } ,
4343 } ;
4444
@@ -100,7 +100,7 @@ export async function generateMetadata(
100100 title : `${ page . data . title } - Javaistic` ,
101101 description : page . data . description ,
102102 siteName : "Javaistic" ,
103- url : `https://javaistic.vercel.app/docs/${ page . path } ` ,
103+ url : `https://javaistic.vercel.app/docs/${ page . url } ` ,
104104 images : `https://og-javaistic.vercel.app/og?title=${ page . data . title } ` ,
105105 } ,
106106 twitter : {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default async function Page(props: {
3131 } ,
3232 mainEntityOfPage : {
3333 "@type" : "WebPage" ,
34- "@id" : `https://javaistic.vercel.app/programs/${ page . path } ` ,
34+ "@id" : `https://javaistic.vercel.app/programs/${ page . url } ` ,
3535 } ,
3636 } ;
3737
@@ -87,7 +87,7 @@ export async function generateMetadata(
8787 title : `${ page . data . title } - Javaistic` ,
8888 description : page . data . description ,
8989 siteName : "Javaistic" ,
90- url : `https://javaistic.vercel.app/programs/${ page . path } ` ,
90+ url : `https://javaistic.vercel.app/programs/${ page . url } ` ,
9191 images : `https://og-javaistic.vercel.app/og?title=${ page . data . title } ` ,
9292 } ,
9393 twitter : {
You can’t perform that action at this time.
0 commit comments