Public Access
1
0

fix: add favicon support and link in layout

This commit is contained in:
2025-08-13 22:52:47 -04:00
parent 89f6d8c280
commit ffe4e4c621
3 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/js");
eleventyConfig.addPassthroughCopy("src/resume");
eleventyConfig.addPassthroughCopy("src/assets/images");
eleventyConfig.addPassthroughCopy({ "favicon" : "/" } );
// Add a filter for readable dates using vanilla JS
eleventyConfig.addFilter("readableDate", dateObj => {
// The toLocaleDateString method can be used to format dates