Context
We have one git project for our slices, customTypes shared to N prismic project.
To automatically push our changes throw all our projects, we create a script.
That script create, update and delete customTypes, Slices and ...Screenshot
Describe your question/issue in detail
We decied to host our screenshot ourself due to the complexity of the project.
When the sync is finished and when I open our slicemachine. I observe some review changes
When I compare locale model.json and remote model.json. Object are the same.
Locale:
{
id: 'blog_list',
type: 'SharedSlice',
name: 'BlogList',
description: 'BlogList',
variations: [
{
id: 'default',
name: 'Default',
docURL: '...',
version: 'initial',
description: 'Default',
imageUrl: 'https://cdn.--.fr/prismic/screenshots/BlogList/screenshot-default.png'
}
]
}
``
Remote:
`
{
id: 'blog_list',
type: 'SharedSlice',
name: 'BlogList',
description: 'BlogList',
variations: [
{
id: 'default',
name: 'Default',
docURL: '...',
version: 'initial',
description: 'Default',
imageUrl: 'https://cdn.--.fr/prismic/screenshots/BlogList/screenshot-default.png'
}
]
}
How may I resolve my issue ?