Skip to content

Commit

Permalink
Updated link to file
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelioDeRosa authored Apr 25, 2018
1 parent 2a15baa commit a0c4bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/src/gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.onRenderBody = ({ setHeadComponents }, pluginOptions) => {
<link
key={`gatsby-plugin-manifest-link`}
rel="manifest"
href={withPrefix(`manifest.json`)}
href={withPrefix(`manifest.webmanifest`)}
/>,
<meta
key={`gatsby-plugin-manifest-meta`}
Expand Down

0 comments on commit a0c4bb8

Please sign in to comment.