Skip to content

Commit

Permalink
Reorder formats per 11ty/eleventy-img#200
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 15, 2023
1 parent 7c3a07b commit 4eddaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Image = require("@11ty/eleventy-img");

const IMAGE_OPTIONS = {
widths: [400, 800, 1600],
formats: ["avif", "webp", "svg", "jpeg"],
formats: ["avif", "webp", "jpeg", "svg"],
outputDir: "./_site/optimized/",
urlPath: "/optimized/",
// svgCompressionSize: "br",
Expand Down

0 comments on commit 4eddaf3

Please sign in to comment.