|
@@ -14,6 +14,8 @@ export default function (eleventyConfig) {
|
|
|
|
|
|
eleventyConfig.setWatchThrottleWaitTime(100);
|
|
|
|
|
|
+ eleventyConfig.addPassthroughCopy("src/pages/favicon.ico");
|
|
|
+
|
|
|
eleventyConfig.addPlugin(EleventyRenderPlugin, {
|
|
|
accessGlobalData: true,
|
|
|
});
|
|
@@ -29,8 +31,6 @@ export default function (eleventyConfig) {
|
|
|
eleventyConfig.addWatchTarget("dist");
|
|
|
}
|
|
|
|
|
|
- eleventyConfig.addPassthroughCopy("favicon.ico");
|
|
|
-
|
|
|
/**
|
|
|
* Data
|
|
|
*/
|