We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791d8ec commit 3d443aeCopy full SHA for 3d443ae
docs/_plugins/pfe-assets.cjs
@@ -72,6 +72,7 @@ async function bundle() {
72
73
module.exports = {
74
configFunction(eleventyConfig, options) {
75
+ eleventyConfig.addPassthroughCopy('docs/images/favicon.ico');
76
eleventyConfig.addPassthroughCopy('docs/bundle.{js,map,ts}');
77
eleventyConfig.addPassthroughCopy('docs/pfe.min.{map,css}');
78
eleventyConfig.addPassthroughCopy({ 'elements/pfe.min.*': '/' } );
@@ -96,5 +97,3 @@ module.exports = {
96
97
eleventyConfig.on('eleventy.before', () => bundle(options));
98
},
99
};
-
100
0 commit comments