File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ export default function Package({ package: pkg, readme }: PackageProps) {
90
90
property = "og:image"
91
91
content = {
92
92
pkg . og_image ||
93
- pkg . owner_avatar ||
93
+ // pkg.owner_avatar ||
94
94
`${ appURL } /assets/images/og-image.png`
95
95
}
96
96
/>
97
97
< meta
98
98
property = "og:url"
99
- content = { `${ appURL } /packages /${ pkg . slug } ` }
99
+ content = { `${ appURL } /package /${ pkg . slug } ` }
100
100
/>
101
101
< meta
102
102
property = "og:type"
@@ -138,7 +138,7 @@ export default function Package({ package: pkg, readme }: PackageProps) {
138
138
{ /* Canonical URL */ }
139
139
< link
140
140
rel = "canonical"
141
- href = { `${ appURL } /packages /${ pkg . slug } ` }
141
+ href = { `${ appURL } /package /${ pkg . slug } ` }
142
142
/>
143
143
144
144
{ /* JSON-LD Structured Data for SEO */ }
@@ -165,7 +165,7 @@ export default function Package({ package: pkg, readme }: PackageProps) {
165
165
url : `${ appURL } /assets/images/Laravel-Hub-logo.png` ,
166
166
} ,
167
167
} ,
168
- url : `${ appURL } /packages /${ pkg . slug } ` ,
168
+ url : `${ appURL } /package /${ pkg . slug } ` ,
169
169
image : `${ appURL } /assets/images/og-image.png` ,
170
170
dateCreated : pkg . created_at ,
171
171
dateModified : pkg . updated_at ,
You can’t perform that action at this time.
0 commit comments