feat: add file upload section for cover image and article content in create article form

This commit is contained in:
2026-04-09 23:07:47 -03:00
parent ff8df41d4b
commit 534d206f0e
4 changed files with 278 additions and 70 deletions

View File

@@ -43,7 +43,7 @@ export default async function RootLayout({
className={`${montserrat.className} ${sourceCodePro.className}`}
suppressHydrationWarning
>
<body className={'relative h-screen bg-background antialiased'}>
<body className={'relative min-h-screen bg-background antialiased'}>
<Provider
attribute='class'
defaultTheme='system'