Switch to debug for netlify deploy

This commit is contained in:
Zach Leatherman
2018-01-27 23:44:29 -06:00
parent dceec25c46
commit d7e2c4e525
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ module.exports = function(eleventyConfig) {
}, true);
// compatibility with existing {% highlight js %} and others
eleventyConfig.addLiquidTag("highlight", highlighters.plain);
eleventyConfig.addLiquidTag("highlight", highlighters.prismjs);
// only content in the `posts/` directory
eleventyConfig.addCollection("posts", function(collection) {