Move favicon file
This commit is contained in:
parent
c287bd7cef
commit
c10055dda6
|
|
@ -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);
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue