Skip to content

Commit 3d443ae

Browse files
authored
docs: fix favicon not appearing in url bar (#2456)
1 parent 791d8ec commit 3d443ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_plugins/pfe-assets.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ async function bundle() {
7272

7373
module.exports = {
7474
configFunction(eleventyConfig, options) {
75+
eleventyConfig.addPassthroughCopy('docs/images/favicon.ico');
7576
eleventyConfig.addPassthroughCopy('docs/bundle.{js,map,ts}');
7677
eleventyConfig.addPassthroughCopy('docs/pfe.min.{map,css}');
7778
eleventyConfig.addPassthroughCopy({ 'elements/pfe.min.*': '/' } );
@@ -96,5 +97,3 @@ module.exports = {
9697
eleventyConfig.on('eleventy.before', () => bundle(options));
9798
},
9899
};
99-
100-

0 commit comments

Comments
 (0)