Skip to content

Commit

Permalink
added favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
fransallen committed May 26, 2023
1 parent d6a2a85 commit 419a2fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = function (eleventyConfig) {

eleventyConfig.addPassthroughCopy("src/img");
eleventyConfig.addPassthroughCopy("src/apple");
eleventyConfig.addPassthroughCopy("src/favicon.ico");
eleventyConfig.addPassthroughCopy("src/robots.txt");

return {
Expand Down
Binary file added src/favicon.ico
Binary file not shown.

0 comments on commit 419a2fc

Please sign in to comment.