Refactor character image handling and API calls

This commit is contained in:
Riccardo Giorato
2025-12-23 12:31:54 +01:00
parent 3eea61625d
commit d2b94bde98
4 changed files with 56 additions and 72 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ export default function EditorPage() {
duration: 4000,
})
} catch (error) {
console.error("[v0] Error generating page:", error)
console.error("Error generating page:", error)
toast({
title: "Generation failed",
description: "Failed to generate comic page. Please try again.",