Skip to content

Commit

Permalink
moved background to public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Jul 29, 2024
1 parent 2c75d2c commit 72bf23f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Link = "https://github.com/PolyCatDev/flipper-cafe";
<style>
body {
background-color: rgb(33, 37, 34);
background-image: url(../assets/green_landscape.webp);
background-image: url(/green_landscape.webp);
background-position: center;
background-attachment: fixed;
background-size: cover;
Expand Down

0 comments on commit 72bf23f

Please sign in to comment.