Skip to content

Commit

Permalink
Merge pull request #264 from remix-pwa/feat/misc
Browse files Browse the repository at this point in the history
Merging mini remix-pwa tweaks
  • Loading branch information
ShafSpecs authored Sep 24, 2024
2 parents 570216f + f9eb035 commit edd0c95
Show file tree
Hide file tree
Showing 9 changed files with 445 additions and 279 deletions.
2 changes: 1 addition & 1 deletion packages/sw/src/components/ManifestLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const ManifestLink = ({
manifestUrl?: string;
crossOrigin?: LinkHTMLAttributes<HTMLLinkElement>['crossOrigin'];
}) => {
return <link rel="manifest" href={manifestUrl} crossOrigin={crossOrigin} />;
return <link rel="webmanifest" href={manifestUrl} crossOrigin={crossOrigin} />;
};
Loading

0 comments on commit edd0c95

Please sign in to comment.