Skip to content

Commit

Permalink
Prefetch loading spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed May 13, 2024
1 parent 8013d20 commit aca84c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/app/resources/templates/template.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<link rel="icon" href="/static/images/favicon.ico" sizes="48x48">
<link rel="icon" href="/static/images/favicon.svg" sizes="any" type="image/svg+xml"/>

<link rel="preload" as="image" href="/static/images/loader-white.svg">

<title>AI Starter</title>
</head>
<body>
Expand Down

0 comments on commit aca84c6

Please sign in to comment.