Skip to content

Commit

Permalink
perf: update png background image with webp format
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Sep 15, 2024
1 parent ac1e0c7 commit aec34cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/bg-noise.png
Binary file not shown.
Binary file added public/bg-noise.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
@apply border-border;
}
body {
@apply bg-background text-foreground bg-[url("/bg-noise.png")] bg-[length:15%] min-h-svh w-full;
@apply bg-background text-foreground bg-[url("/bg-noise.webp")] bg-[length:15%] min-h-svh w-full;
}
body > #root {
@apply h-svh;
Expand Down

0 comments on commit aec34cc

Please sign in to comment.