Fixed typo
This commit is contained in:
parent
cf440e2160
commit
289e6bcf88
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ export const generateGalleryImageFeed = async () => {
|
|||
|
||||
var postBody = `<img src="${imgUrl}" alt="${post.attributes.Image.data.attributes.alternativeText}" />`
|
||||
|
||||
const url = `${siteURL}/${post.attributes.galleries.data[0].attributes.Slug}/${post.attributes.Slug}`
|
||||
const url = `${siteURL}/gallery/${post.attributes.galleries.data[0].attributes.Slug}/${post.attributes.Slug}`
|
||||
|
||||
feed.addItem({
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue