From 6ada776f51ad478443e83be1400e157085fd9a26 Mon Sep 17 00:00:00 2001 From: madrilene Date: Sat, 2 Aug 2025 10:56:50 +0200 Subject: [PATCH] style: convert to arrow function --- src/_config/events/svg-to-jpeg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {