chore: Update background image URL to use .jpg extension

This commit is contained in:
2024-06-04 16:30:43 +02:00
parent 42e65a5eb8
commit 58de9bc6f4
2 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ export default function RootLayout({
> >
<div <div
style={{ style={{
backgroundImage: `url(${metadata.metadataBase}/moon.jpeg)`, backgroundImage: `url(${metadata.metadataBase}/moon.jpg)`,
backgroundSize: "cover", backgroundSize: "cover",
backgroundPosition: "center", backgroundPosition: "center",
filter: "blur(5px)", filter: "blur(5px)",

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB