Use CreateAPIErrReader for error_page middleware

This commit is contained in:
joncrangle
2023-12-14 21:50:48 -05:00
parent b8fb930987
commit e8255bd3a7
5 changed files with 49 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
kbd,
pre,
code {
@apply relative whitespace-break-spaces rounded bg-slate-200 dark:bg-slate-800 py-[0.2rem] font-mono text-sm font-semibold;
@apply relative whitespace-break-spaces break-words rounded bg-slate-200 dark:bg-slate-800 py-[0.2rem] font-mono text-sm font-semibold;
}
blockquote {
@apply mt-6 border-l-2 pl-6 italic;