chore: move images to public/images and update imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import Image from 'next/image'
|
||||
|
||||
import backgroundImage from '@/images/background-auth.jpg'
|
||||
|
||||
export function SlimLayout({ children }) {
|
||||
return (
|
||||
<>
|
||||
@@ -14,7 +12,7 @@ export function SlimLayout({ children }) {
|
||||
<div className="hidden sm:contents lg:relative lg:block lg:flex-1">
|
||||
<Image
|
||||
className="absolute inset-0 h-full w-full object-cover"
|
||||
src={backgroundImage}
|
||||
src="/images/background-auth.jpg"
|
||||
alt=""
|
||||
unoptimized
|
||||
/>
|
||||
|
Reference in New Issue
Block a user