11ty: lint

This commit is contained in:
He4eT 2025-02-28 16:16:13 +01:00
commit e5f3efea09

View file

@ -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',