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
style={{
backgroundImage: `url(${metadata.metadataBase}/moon.jpeg)`,
backgroundImage: `url(${metadata.metadataBase}/moon.jpg)`,
backgroundSize: "cover",
backgroundPosition: "center",
filter: "blur(5px)",