diff --git a/.gitattributes b/.gitattributes index 8fd4368..e69de29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +0,0 @@ -public/SprbScan021.png.webp filter=lfs diff=lfs merge=lfs -text diff --git a/components/Background.js b/components/Background.js index 815b30e..d4cd0d9 100644 --- a/components/Background.js +++ b/components/Background.js @@ -1,5 +1,5 @@ import Image from "next/image"; -import bgImage from "../public/SprbScan021.png.webp"; +import bgImage from "../public/SprbScan021.png"; export default function Background() { return ( diff --git a/public/SprbScan021.png.webp b/public/SprbScan021.png.webp index 97ea247..cac8fd8 100644 Binary files a/public/SprbScan021.png.webp and b/public/SprbScan021.png.webp differ