move background to a local asset
All checks were successful
deploy / deploy (push) Successful in 55s

This commit is contained in:
Lee 2023-10-21 22:58:51 +01:00
parent d88e5019d5
commit 0a4708c6bc
2 changed files with 1 additions and 1 deletions

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"> <div className="fixed left-0 top-0 z-0 h-full w-full blur-sm">
<Image <Image
alt="Background image" alt="Background image"
src={"https://cdn.fascinated.cc/W9jC5MLf.jpg"} src={"/assets/background.webp"}
layout="fill" layout="fill"
objectFit="cover" objectFit="cover"
objectPosition="center" objectPosition="center"