style: convert to arrow function

This commit is contained in:
madrilene 2025-08-02 10:56:50 +02:00
parent 7768ebe31a
commit 6ada776f51

View file

@ -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)) {