literally spacing and a semicolon

This commit is contained in:
2026-02-19 21:07:01 -08:00
parent 4bf8c7e334
commit ecd5de37f4

View File

@ -30,6 +30,5 @@ export default function(eleventyConfig) {
/* Remove year from image filenames for OG metadata */
eleventyConfig.addFilter("toOgFilename", (filename) => {
return filename.split("/")[1];
})
});
};