Attempt to fix documentation build error introduced by Eleventy upgrade.
This commit is contained in:
parent
0119514c11
commit
dcead12e86
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ module.exports = function(eleventyConfig) {
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy({"docs/static": "static"});
|
eleventyConfig.addPassthroughCopy({"docs/static": "static"});
|
||||||
|
|
||||||
|
eleventyConfig.setLiquidOptions({dynamicPartials: false});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
templateFormats: [
|
templateFormats: [
|
||||||
"md",
|
"md",
|
||||||
|
|
Loading…
Reference in a new issue