Skip to content

Commit

Permalink
🔧 Remove excerpt generation from config
Browse files Browse the repository at this point in the history
  • Loading branch information
querkmachine committed Sep 12, 2024
1 parent ae4145d commit d682d69
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(pluginRss);
eleventyConfig.addPlugin(pluginToc);

// Configure frontmatter parsing
eleventyConfig.setFrontMatterParsingOptions({
excerpt: true,
});

// Ignore the blog drafts directory if this is a production build
if (process.env.ENVIRONMENT === "prod") {
eleventyConfig.ignores.add(paths.src + "/blog/drafts/**/*");
Expand Down

0 comments on commit d682d69

Please sign in to comment.