diff --git a/eleventy.config.js b/eleventy.config.js index f734708..8ceace2 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -38,6 +38,9 @@ export default async function (eleventyConfig) { decoding: "async", }, }, + filenameFormat: function (hash, src, width, format, options) { + return path.basename(src); + }, }); /* All filters from _config/filters.js */