move background to a local asset
All checks were successful
deploy / deploy (push) Successful in 55s
All checks were successful
deploy / deploy (push) Successful in 55s
This commit is contained in:
parent
d88e5019d5
commit
0a4708c6bc
BIN
public/assets/background.webp
Normal file
BIN
public/assets/background.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
@ -32,7 +32,7 @@ export default function RootLayout({
|
||||
<div className="fixed left-0 top-0 z-0 h-full w-full blur-sm">
|
||||
<Image
|
||||
alt="Background image"
|
||||
src={"https://cdn.fascinated.cc/W9jC5MLf.jpg"}
|
||||
src={"/assets/background.webp"}
|
||||
layout="fill"
|
||||
objectFit="cover"
|
||||
objectPosition="center"
|
||||
|
Loading…
Reference in New Issue
Block a user