feat: add favicon

This commit is contained in:
Sebin Nyshkim 2024-10-19 05:39:59 +02:00
parent 51e9b03ff2
commit 43345f946e
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,9 @@ export default async function (eleventyConfig) {
eleventyConfig.addPassthroughCopy('./src/fonts/');
eleventyConfig.addWatchTarget('./src/fonts/');
eleventyConfig.addPassthroughCopy('./src/img/sebin.png');
eleventyConfig.addWatchTarget('./src/img/sebin.png');
eleventyConfig.addCollection('posts', (collection) => collection.getFilteredByGlob('./src/posts/*.md'));
eleventyConfig.addPlugin(eleventyPluginCiu);