Skip to content

Commit

Permalink
Bug/fullresolutionimages (#278)
Browse files Browse the repository at this point in the history
* Bump 11ty/eleventy-img and change html minifier library

* Update outdated packages
  • Loading branch information
oleeskild authored Jul 11, 2024
1 parent 3fa18ba commit 693a35f
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 579 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const matter = require("gray-matter");
const faviconsPlugin = require("eleventy-plugin-gen-favicons");
const tocPlugin = require("eleventy-plugin-nesting-toc");
const { parse } = require("node-html-parser");
const htmlMinifier = require("html-minifier");
const htmlMinifier = require("html-minifier-terser");
const pluginRss = require("@11ty/eleventy-plugin-rss");

const { headerToId, namedHeadingsFilter } = require("./src/helpers/utils");
Expand Down
Loading

0 comments on commit 693a35f

Please sign in to comment.