diff --git a/eleventy.config.mjs b/eleventy.config.mjs index eee620e..a8d3526 100644 --- a/eleventy.config.mjs +++ b/eleventy.config.mjs @@ -13,7 +13,7 @@ export default function(eleventyConfig) { eleventyConfig.addPassthroughCopy('src/_assets/fonts/') eleventyConfig.addPassthroughCopy('src/_assets/img/') /* Favicon*/ - eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' } ); + eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' }) /* Plugins*/ eleventyConfig.addPlugin(EleventyI18nPlugin, { defaultLanguage: 'en',