Skip to content

Commit

Permalink
feat: optimize img load time by Jekyll hosted file
Browse files Browse the repository at this point in the history
Problem: Now it doesn't work on local machines...
  • Loading branch information
JANERUBBISHTOEAT committed Nov 19, 2024
1 parent 8ed3bbb commit a53ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>
<style>
:root {
--background-url: url("https://github.com/JANERUBBISHTOEAT/Shawarma-Legend-Save/blob/main/docs/images/home_empty.png?raw=true");
--background-url: url("/Shawarma-Legend-Save/images/home_empty.png");
}
body {
font-family: Arial, sans-serif;
Expand Down

0 comments on commit a53ba4d

Please sign in to comment.