feat: ✨ add favicon
This commit is contained in:
parent
51e9b03ff2
commit
43345f946e
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue