Move favicon file

This commit is contained in:
TheThomaas 2025-06-09 10:19:30 +02:00
parent c287bd7cef
commit c10055dda6
2 changed files with 0 additions and 1 deletions

View file

@ -28,7 +28,6 @@ export default async function (eleventyConfig) {
.sort((a, b) => a.data.dates.start - b.data.dates.start).reverse();
});
eleventyConfig.addPassthroughCopy('src/favicon.ico')
eleventyConfig.addPassthroughCopy({'src/assets': '/'})
eleventyConfig.addPlugin(shortcodes);

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB