fix: favicon and background image serving

This commit is contained in:
Nicolas Meienberger
2025-11-07 19:26:37 +01:00
parent 885ae02b18
commit c32eb0831f
14 changed files with 32 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ export function AuthLayout({ title, description, children }: AuthLayoutProps) {
</div>
<div
className="hidden lg:block lg:flex-1 dither-xl bg-cover bg-center"
style={{ backgroundImage: "url(/background.jpg)" }}
style={{ backgroundImage: "url(/images/background.jpg)" }}
/>
</div>
);