Public Access
1
0

fix: favicon src location

This commit is contained in:
2025-08-26 20:18:59 -04:00
parent e5dc9b6b17
commit 71f958cd1e
7 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/js");
eleventyConfig.addPassthroughCopy("src/resume");
eleventyConfig.addPassthroughCopy("src/assets/images");
eleventyConfig.addPassthroughCopy({ "favicon" : "/" } );
eleventyConfig.addPassthroughCopy({ "src/favicon" : "/" } );
eleventyConfig.addPassthroughCopy({ 'src/robots.txt': '/robots.txt' });
eleventyConfig.addPassthroughCopy({ 'src/sitemap.xml': '/sitemap.xml' });