feat: add background image from png

This commit is contained in:
2023-08-04 22:58:42 +02:00
parent a765ce7f74
commit d28536a49f
4 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ export async function handler(
}
return await ctx.next();
} catch (error) {
console.error(error);
console.error("Error", error);
if (error instanceof DomainError) {
return new Response(error.statusText, {