File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = (eleventyConfig) => {
44 eleventyConfig . addShortcode ( "currentYear" , ( ) => new Date ( ) . getFullYear ( ) ) ;
55 // Add this line to copy your external assets
66 eleventyConfig . addPassthroughCopy ( "src/assets" ) ;
7+ eleventyConfig . addPassthroughCopy ( "src/favicon.ico" ) ;
78 // 1. Recognize YAML as a template format
89 eleventyConfig . addTemplateFormats ( "yaml" ) ;
910
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ layout: false
77 <meta charset =" UTF-8" >
88 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
99 <title >Developer Directory</title >
10+ <link rel =" icon" type =" image/x-icon" href =" /favicon.ico?v=2" >
1011 <link rel =" stylesheet" href =" /assets/css/tailwind.css" >
1112 <link rel =" stylesheet" href =" /assets/css/style.css" >
1213</head >
You can’t perform that action at this time.
0 commit comments