Skip to content

Commit

Permalink
don't preload images...
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed May 22, 2024
1 parent 61bb739 commit 17e7d14
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
<meta name="theme-color" content="#fff" />

<link rel="icon" type="image/x-icon" href="icons/icon-72x72.png" />

<!-- preload images -->
<link rel="preload" href="/wallpaper/1.png" as="image" />
<link rel="preload" href="/wallpaper/2.png" as="image" />
<link rel="preload" href="/wallpaper/3.png" as="image" />
<link rel="preload" href="/wallpaper/4.png" as="image" />
<link rel="preload" href="/wallpaper/5.png" as="image" />

<!-- TODO: make preloading assets easier -->
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 17e7d14

Please sign in to comment.