feat: add background image from png
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user