literally spacing and a semicolon
This commit is contained in:
@ -30,6 +30,5 @@ export default function(eleventyConfig) {
|
||||
/* Remove year from image filenames for OG metadata */
|
||||
eleventyConfig.addFilter("toOgFilename", (filename) => {
|
||||
return filename.split("/")[1];
|
||||
})
|
||||
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user