Added favicon.

This commit is contained in:
天クマ 2025-10-26 18:29:26 -03:00
commit 3f5d90b8ae
14 changed files with 73 additions and 61 deletions

View file

@ -11,6 +11,7 @@ export default function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("authors/**/*.jpg");
eleventyConfig.addPassthroughCopy("authors/**/*.jpeg");
eleventyConfig.addPassthroughCopy("assets");
eleventyConfig.addPassthroughCopy({ "favicon/*" : "/" });
eleventyConfig.addCollection("projects", function(collection) {
return collection.getFilteredByGlob("./projects/**/*.md");