Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 1154dfd

Browse files
committed
Add comment about favicon cache busting
1 parent 8eb7fef commit 1154dfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
1010
-->
1111
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
12+
<!--
13+
A `?v=<version>` has been appended to the end of the shortcut icon href
14+
as a cache buster.
15+
</select>
16+
-->
1217
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico?v=1">
1318
<!--
1419
Notice the use of %PUBLIC_URL% in the tags above.

0 commit comments

Comments
 (0)