Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Set 'as' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Dec 27, 2020
1 parent f9aecd7 commit 9513036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Home = () =>
<Helmet>
<meta charSet='UTF-8' />
<title>{title}</title>
<link rel='preload' href={avatar} />
<link rel='preload' href={avatar} as='image' />
<link rel='icon' href={avatar} />
<html lang='en' />
<meta
Expand Down

0 comments on commit 9513036

Please sign in to comment.