remove png

This commit is contained in:
Kathleen Fitzpatrick
2024-12-08 11:39:09 -06:00
parent 08036a0089
commit fb36be5b9d
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ package-lock.json
.env
.nova
.obsidian/
content/.obsidian/

View File

@@ -1,5 +1,5 @@
{
"lastFetched": "2024-12-08T17:03:30.037Z",
"lastFetched": "2024-12-08T17:38:46.126Z",
"children": [
{
"type": "entry",

View File

@@ -163,7 +163,7 @@
"vscode-editor:Create Code File": false
}
},
"active": "6bf9b4c0dd8b4ce0",
"active": "c8dd824f34510222",
"lastOpenFiles": [
"blog/2023-11-30-lecture.md",
"blog/2024-11-30-defeat.md",

View File

@@ -103,7 +103,7 @@ export default async function(eleventyConfig) {
extensions: "html",
// Output formats for each image.
formats: ["jpeg", "png", "webp"],
formats: ["jpeg", "webp"],
widths: ["auto", 400, 600],