base: add favicon

This commit is contained in:
He4eT 2025-02-28 15:12:52 +01:00
commit ba8c245e13
4 changed files with 16 additions and 5 deletions

View file

@ -12,6 +12,8 @@ export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('src/_assets/css/**/*.css')
eleventyConfig.addPassthroughCopy('src/_assets/fonts/')
eleventyConfig.addPassthroughCopy('src/_assets/img/')
/* Favicon*/
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' } );
/* Plugins*/
eleventyConfig.addPlugin(EleventyI18nPlugin, {
defaultLanguage: 'en',