فهرست منبع

Attempt to fix documentation build error introduced by Eleventy upgrade.

Dan Helfman 3 سال پیش
والد
کامیت
dcead12e86
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      .eleventy.js

+ 2 - 0
.eleventy.js

@@ -36,6 +36,8 @@ module.exports = function(eleventyConfig) {
 
     eleventyConfig.addPassthroughCopy({"docs/static": "static"});
 
+    eleventyConfig.setLiquidOptions({dynamicPartials: false});
+
     return {
         templateFormats: [
           "md",