We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80475ee commit 0c92addCopy full SHA for 0c92add
frontend/user/src/routes/sitemap.xml/+server.ts
@@ -69,7 +69,7 @@ export async function GET({ fetch }) {
69
return ['descriptionEn', 'descriptionEs'].map((_, i) => {
70
return `
71
<image:image>
72
- <image:loc>${image.imageUrl}</image:loc>
+ <image:loc>https:${image.imageUrl}</image:loc>
73
${(i === 0 && image.descriptionEn) || (i === 1 && image.descriptionEs) ?
74
`<image:caption>${i === 0 ? image.descriptionEn : image.descriptionEs}</image:caption>`
75
: ''}
0 commit comments