diff --git a/config/shortcodes/index.js b/config/shortcodes/index.js index 7275c646..cbe16de0 100644 --- a/config/shortcodes/index.js +++ b/config/shortcodes/index.js @@ -10,6 +10,7 @@ export const img = async ( formats = ['webp', 'jpeg'], sizes = '100vw' ) => { + if (!src) return; const imageMetadata = await Image(src, { widths: [...widths, null], formats: [...formats, null],