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 c9f8d6b commit 8b8ca19Copy full SHA for 8b8ca19
helpers/lib/cdnify.js
@@ -58,7 +58,7 @@ module.exports = globals => {
58
if (protocol === 'webdav:') {
59
const supportedImageExtensions = ['jpg', 'jpeg', 'gif', 'png'];
60
const isImage = supportedImageExtensions.some(ext => path.toLowerCase().includes(ext));
61
- const prefix = isImage ? 'images/stencil/original/content' : 'content'
+ const prefix = isImage ? 'images/stencil/original' : ''
62
return [cdnUrl, prefix, path].join('/');
63
}
64
0 commit comments