Skip to content

Commit

Permalink
Fix index prefetch?
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Apr 9, 2024
1 parent c7c8af6 commit 2581821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<script src="index.js" type="module" defer></script>
<script src="warn_old_browsers.js"></script>

<link rel="prefetch" as="stylesheet" type="text/html" href="editor.css">
<link rel="prefetch" as="script" type="text/javascript" href="editor.js">
<link rel="prefetch" href="editor.css">
<link rel="prefetch" href="editor.js">
<link rel="prerender" href="editor.html">
</head>

Expand Down

0 comments on commit 2581821

Please sign in to comment.