Added favicon.
This commit is contained in:
parent
8354b455d4
commit
3f5d90b8ae
14 changed files with 73 additions and 61 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue