diff --git a/src/_config/events/svg-to-jpeg.js b/src/_config/events/svg-to-jpeg.js index b82a8b7..77c75d2 100644 --- a/src/_config/events/svg-to-jpeg.js +++ b/src/_config/events/svg-to-jpeg.js @@ -4,7 +4,7 @@ import Image from '@11ty/eleventy-img'; const ogImagesDir = './src/assets/og-images'; -export const svgToJpeg = async function () { +export const svgToJpeg = async () => { const socialPreviewImagesDir = 'dist/assets/og-images/'; if (!existsSync(socialPreviewImagesDir)) {