fix webmentions & css

This commit is contained in:
Kathleen Fitzpatrick
2024-11-29 11:14:42 -05:00
parent d3997cbfb2
commit 891ed350b9
12 changed files with 7431 additions and 82 deletions

View File

@@ -92,9 +92,9 @@ export default async function(eleventyConfig) {
extensions: "html",
// Output formats for each image.
formats: ["jpeg", "png"],
formats: ["jpeg", "png", "webp"],
widths: ["600"],
widths: ["auto", 400, 600],
urlPath: "/img/",
@@ -102,6 +102,7 @@ export default async function(eleventyConfig) {
// e.g. <img loading decoding> assigned on the HTML tag will override these values.
loading: "lazy",
decoding: "async",
sizes: "100vw",
}
});