From 78c3f1be19358062981f181dcac6fdcb251fb250 Mon Sep 17 00:00:00 2001 From: Stefan Hardegger Date: Tue, 21 Jul 2026 08:29:35 +0200 Subject: [PATCH] webp image support --- frontend/src/app/add-story/AddStoryContent.tsx | 2 +- frontend/src/app/authors/[id]/edit/page.tsx | 2 +- frontend/src/app/stories/[id]/edit/page.tsx | 2 +- frontend/src/components/collections/CollectionForm.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/add-story/AddStoryContent.tsx b/frontend/src/app/add-story/AddStoryContent.tsx index 4e6d8d9..1ecf351 100644 --- a/frontend/src/app/add-story/AddStoryContent.tsx +++ b/frontend/src/app/add-story/AddStoryContent.tsx @@ -439,7 +439,7 @@ export default function AddStoryContent() {