Skip to content

Commit

Permalink
Adjust the link headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Bote committed Apr 14, 2018
1 parent eaa887a commit 53800f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"headers": [
{
"key": "Link",
"value": "<https://api.hnpwa.com>;rel=dns-prefetch,</hnpwa-vanilla.js>;rel=preload;as=script,<https://api.hnpwa.com/v0/news/1.json>;rel=preload;as=fetch;crossorigin"
"value": "<https://api.hnpwa.com>;rel=dns-prefetch,</hnpwa-vanilla.js>;rel=preload;as=script,</favicon.ico>;rel=preload;as=image"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<base href="/">
<link rel="dns-prefetch" href="https://hnpwa.com/">
<link rel="dns-prefetch" href="https://api.hnpwa.com/">
<link rel="canonical" href="https://hnpwa-vanilla.firebaseapp.com/">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
Expand Down

0 comments on commit 53800f1

Please sign in to comment.