Skip to content

Commit

Permalink
Exmaple: fix to prefetch logo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
codemeasandwich committed Dec 6, 2017
1 parent 91b138d commit dd96059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>redux-auto: example</title>
<meta name="theme-color" content="#3c3e96">
<link rel="prefetch" href="/redux-auto/reduxautologo.png">
<link rel="prefetch" href="https://s3-eu-west-1.amazonaws.com/redux-auto/reduxautologo.png">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
</head>
<body>
Expand Down

0 comments on commit dd96059

Please sign in to comment.